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
- 62.3K Get Help
- 364 Global Discussions
- 199 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!