Workdays Counter
Looking for help with the below formula. It countdowns the workdays from the start of the promotion to the completion date. The problem is once it goes past the completion date it starts counting backward. I would like it to stop counting once the completion date is hit.
Thank you for any assistance.
Best Answers
-
Try this! It will place a zero if the completion date is today or in the past. You could change the 0 to something else, like "Date Met" or whatever makes sense for you.
=IF([Completion Date]@row <= TODAY(), 0, IF(NOT(ISBLANK([Actual Launch Date]@row)), NETWORKDAYS(TODAY(), [Completion Date]@row)))
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
This worked perfectly. Thank you!
Answers
-
Try this! It will place a zero if the completion date is today or in the past. You could change the 0 to something else, like "Date Met" or whatever makes sense for you.
=IF([Completion Date]@row <= TODAY(), 0, IF(NOT(ISBLANK([Actual Launch Date]@row)), NETWORKDAYS(TODAY(), [Completion Date]@row)))
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
-
This worked perfectly. Thank you!
-
Great! If you would, please "accept" the answer if you're all set. Thank you!
Amber Eakin, MSLS, M.Ed.
Adult Education Specialist | Process Improvement Enthusiast
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.8K Get Help
- 406 Global Discussions
- 218 Industry Talk
- 457 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!