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
- 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!