Totaling # the of projects that are older than 30 days, 365 days etc
Goal: how many open requests are older than the specified # of days old, this formula returns a result, just don't think it is the correct one as when I try to duplicate it and ask for requests more than a year old, the number encompasses ALL open projects in the last 365 days not the ones specifically older than a year:
=COUNTIFS({OPENED}, >=TODAY(-30), {CLOSED}, ISBLANK(@cell))
=COUNTIFS({OPENED}, >=TODAY(-365), {CLOSED}, ISBLANK(@cell))
Best Answer
-
Hi MichelleR,
A little bit changing for the operators as below. Try it!
=COUNTIFS({OPENED}, <TODAY(-30), {CLOSED}, ISBLANK(@cell))
=COUNTIFS({OPENED}, <TODAY(-365), {CLOSED}, ISBLANK(@cell))
Gia Thinh Technology - Smartsheet Solution Partner.
Answers
-
Hi MichelleR,
A little bit changing for the operators as below. Try it!
=COUNTIFS({OPENED}, <TODAY(-30), {CLOSED}, ISBLANK(@cell))
=COUNTIFS({OPENED}, <TODAY(-365), {CLOSED}, ISBLANK(@cell))
Gia Thinh Technology - Smartsheet Solution Partner.
-
@Gia Thinh yes that works!
Follow up question, is there a way to specify a range of days from today's date, example things created between 30-60 days ago, instead of all created in the last 60 days, for example?
-
@Gia Thinh nevermind to my second question, figured it out, thanks!
-
Happy to help
Gia Thinh Technology - Smartsheet Solution Partner.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.7K Get Help
- 406 Global Discussions
- 216 Industry Talk
- 456 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 297 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!