Function for Working Days Remaining
AAL
✭✭✭✭
HI Smartsheet Help Team,
I use the following function to calculate the working days remaining.
=IF(ISERROR(NETWORKDAYS(TODAY(), [End Date]@row)), "", NETWORKDAYS(TODAY(), [End Date]@row))
However, I want to modify the function so that when it reaches the end date, it will become 0 because right now it becomes a negative figure.
Do you know how to change this function, please?
Thanks!
Tags:
Answers
-
Hi,
Try the below formula:
=IFERROR(IF(NETWORKDAYS(TODAY(), [End Date]@row) >= 0, NETWORKDAYS(TODAY(), [End Date]@row), 0), "")
Thank you!
-
Thank you Paul, however, can you briefly explain this function to me, please?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives