Count Days between dates for open tasks only.

Hi,
I have a formula that counts the number of NETDAYs a task has been "aging". However, I am looking for a formula that will only count the days if the task has NOT been completed.
In basic language, I need the formula that says count NETDAYS if STATUS at row is "3. Approved / Ready To Issue", or "4. Approved / Completed".
Best Answer
-
You would start it off with an IF/OR combo like so:
=IF(OR(Status@row = "3. Approved / Ready To Issue", Status@row = "4. Approved / Completed"), NETDAYS(.......))
Answers
-
You would start it off with an IF/OR combo like so:
=IF(OR(Status@row = "3. Approved / Ready To Issue", Status@row = "4. Approved / Completed"), NETDAYS(.......))
-
Thank you, I will try this. :)
-
Worked perfectly, thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 Events
- 36 Webinars
- 7.3K Forum Archives