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
- 67.9K Get Help
- 474 Global Discussions
- 208 Use Cases
- 517 Announcements
- 5.6K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 84 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives