How do I add another IF statement to a Workdays calculation?
I am using the following formula (from a template) top calculate Working Days Remaining for a task - =IF(ISERROR(NETWORKDAYS(TODAY(), [End Date]@row)), "", NETWORKDAYS(TODAY(), [End Date]@row))
However, I want to add a condition to this that if the Status column for that same row is marked complete, then the Working Days remaining should = 0 (or I'd also be ok with it just being blank).
The reason for this is that some of the members of the project team are concerned that the "Working Days Remaining" for completed tasks calculate and display as negatives.
Is there a way to add a nested IF statement that will do this?
Comments
-
That worked. Thank you so much!
-
Awesome. I'm glad I could help you out.
-
@Mike Wilday Thank you so much for the above equation as well!! Very useful!!
-
I'm glad I could help out! Vote it up or mark it insightful, if you haven't already! 👍️
-
Lovely! exactly what I was looking for. Thank you
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!