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
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!