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. :)
-
Happy to help. 👍️
-
Worked perfectly, thank you!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives