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!