Calculate tasks starting between today and 14 days
Answers
-
Good day,
I'm trying to calcuate a very similar kind of forumula, for tasks starting between today and in 14 days.
Using the guidance in the comments above, I've been trying the following formula with no luck. Any idea what I'm inputting wrong?
=COUNTIFS({Work Plan | SPLR Status}, "On Track", AND({Work Plan | SPLR Start Date} >= TODAY(), {Work Plan | SPLR Start Date} <= TODAY(14)))
thank you,
-
Hi @Jeffers,
Try this:
=COUNTIFS([Work Plan | SPLR Status]:[Work Plan | SPLR Status], "On Track", [Work Plan | SPLR Start Date]:[Work Plan | SPLR Start Date], @cell >= TODAY(), [Work Plan | SPLR Start Date]:[Work Plan | SPLR Start Date], @cell <= TODAY(14))
-
Alright, looked like that worked. I had to play with it a little. In your example, you referenced my range twice, separating it with a colon. Once I removed that, it seemed to work.
This is what I ended up with (I also added another countif dependency since I sent it, lol)
=COUNTIFS({Work Plan | SPLR Timeframe}, <>"", {Work Plan | SPLR Status}, "On Track", {Work Plan | SPLR Start Date}, @cell >= TODAY(), {Work Plan | SPLR Start Date}, @cell <= TODAY(14))
thank you for your help!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!