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.4K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 145 Just for fun
- 62 Community Job Board
- 464 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives