I am trying to count project tasks that are in any status except "Complete" and due in 7 days.
Hi. I'm trying to count tasks due in the next 7 days that aren't completed, but it's still counting past the 7 days. Any help is appreciated!
Heres the formula I tried using:
=COUNTIFS(Status:Status, <>"Complete", [End Date]:[End Date], AND(@cell >= TODAY(+7)))
Best Answer
-
Your formula is saying to count for dates that are greater than today's date plus 7. You need to switch it to less than or equal to, and include another criteria to say that it is greater than or equal to today's date (so it doesn't pull tasks in the past).
Answers
-
Your formula is saying to count for dates that are greater than today's date plus 7. You need to switch it to less than or equal to, and include another criteria to say that it is greater than or equal to today's date (so it doesn't pull tasks in the past).
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!