Formula to Capture Tasks Starting in the Next 7 Days

I need to capture the count of tasks starting in the next 7 days that are marked as Not Started. Currently anytime I change the Status to Not Started my formula grabs it. So the task will be in the past but the formula is still counting it. Below is the formula I have, I can't get my head around it, any help is welcome.
=COUNTIFS({Start Date}, <=TODAY(7), {Deployment Plan WIP Range 1}, "Task", {Status}, "Not Started")
Best Answer
-
Try this:
=COUNTIFS({Start Date}, AND(@cell>= TODAY(), @cell<=TODAY(7)), {Deployment Plan WIP Range 1}, "Task", {Status}, "Not Started")
Answers
-
Try this:
=COUNTIFS({Start Date}, AND(@cell>= TODAY(), @cell<=TODAY(7)), {Deployment Plan WIP Range 1}, "Task", {Status}, "Not Started")
-
Thank you Paul!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.2K Get Help
- 431 Global Discussions
- 152 Industry Talk
- 490 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 74 Community Job Board
- 501 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 306 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!