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
- 62.2K Get Help
- 358 Global Discussions
- 198 Industry Talk
- 427 Announcements
- 4.4K Ideas & Feature Requests
- 135 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 444 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!