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
- 66.1K Get Help
- 430 Global Discussions
- 149 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 154 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!