WORDAY FORMULA

Hi
Could anyone help me amend this formula to count working days rather than days please?
=IF(AND([IMMUNISATION INCIDENT REPORT FORM SENT]@row > DATE(2020, 1, 1), [IRRF RECEIVED]@row = 0), [IMMUNISATION INCIDENT REPORT FORM SENT]@row + 10, IF(AND([IMMUNISATION INCIDENT REPORT FORM SENT]@row > DATE(2020, 1, 1), [IRRF RECEIVED]@row = 1), "RECEIVED"))
Thank you
Best Answer
-
You would drop it in in place of
[Date Column]@row + 10
Everything else should stay the same.
Answers
-
You would use a WORKDAY function.
WORKDAY(date, number of working days)
-
Hi Paul
Thanks for replying. I have tried the workday function but i just keep getting an incorrect syntax error message
Barry
-
You would drop it in in place of
[Date Column]@row + 10
Everything else should stay the same.
-
Hi again Paul
Just want to say big thank you - I was n ot putting the additional brackets around the WORKDAY function :-(
Thanks you so much for your help, really appreciate it
Barry
Help Article Resources
Categories
Check out the Formula Handbook template!