Hi All!
I am trying to build the formula to show working and non workind days of a month in one field
Rules:
- Field musst have 31 charachters, for 31 days of the Month
- “N” for non working days and “J” for days worked
Example:
Max worked on a project on 13th & 15th
Result should be:
NNNNNNNNNNNNJNJNNNNNNNNNNNNNNN
i have a lookup field showing the days worked, and i know this goes something like
Substitute( REPT(“N”,31), {Days worked}, “N”,“J”) but i am just stuck.
thx for any help!