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
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives