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.
Email : thinh.huynh@giathinh.tech
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.
Email : thinh.huynh@giathinh.tech -
@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.
Email : thinh.huynh@giathinh.tech
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.5K Get Help
- 448 Global Discussions
- 145 Industry Talk
- 481 Announcements
- 5.1K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 73 Community Job Board
- 492 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 304 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!