If...
Hello, I am using a formula that works to calculate the number of working days left to the Original or Revised Due date:
=IF([Revised Due Date]@row = "", NETWORKDAYS(TODAY(), [Original Due Date]@row), IF([Revised Due Date]@row <> "", NETWORKDAYS(TODAY(), [Revised Due Date]@row)))
but I would like to add a condition: If the task is Complete, then the working Days left is Blank (or -) but not carrying counting.
Please can someone help,
Many thanks
Best Answers
-
Hey @KarineMul22_TPg
Try this
=IF([insert name of your status column]@row="Complete", "", IF([Revised Due Date]@row = "", NETWORKDAYS(TODAY(), [Original Due Date]@row), IF([Revised Due Date]@row <> "", NETWORKDAYS(TODAY(), [Revised Due Date]@row))))
Don't forget to update the formula to include the name of your Status column where the "Complete" resides.
Does this work for you?
Kelly
-
Hey Kelly,
First I thought "but I 've tried that", well obviously not the same as yours works :) many thanks
Karine
Answers
-
Hey @KarineMul22_TPg
Try this
=IF([insert name of your status column]@row="Complete", "", IF([Revised Due Date]@row = "", NETWORKDAYS(TODAY(), [Original Due Date]@row), IF([Revised Due Date]@row <> "", NETWORKDAYS(TODAY(), [Revised Due Date]@row))))
Don't forget to update the formula to include the name of your Status column where the "Complete" resides.
Does this work for you?
Kelly
-
Hey Kelly,
First I thought "but I 've tried that", well obviously not the same as yours works :) many thanks
Karine
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!