COUNTIFS Function - 0-30, 31-60, 61-90, >90 Days
Answers
-
I got it working. Thanks so much Paul for all your assistance and activity with the Smartsheet community.
Any last thoughts on how to structure the formula for >
-
Happy to help. 👍️
And sorry, but I am not sure exactly what you are asking in that last question...
-
Sorry, the end of my sentence must have got deleted somehow when I clicked submit. Wondering your thoughts on the formula for greater than 90 days old. I attempted the formula below but that did not work.
=COUNTIFS(Completed:Completed, AND(@cell >= TODAY(-91)))
-
Try thinking of dates as numbers where today is zero, tomorrow is one and yesterday is negative one. If you think about it that way, then what you are trying to accomplish is counting dates that are less than (today - 90 days).
=COUNTIFS(Completed:Completed, @cell <= TODAY(-91))
-
Thanks again Paul! Is the any useful tools in troubleshooting formulas?
-
I use these two quite a bit when troubleshooting:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!