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
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!