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
- Smartsheet Customer Resources
- 63.6K Get Help
- 403 Global Discussions
- 215 Industry Talk
- 455 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 56 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!