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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!