Count Cells That Have Dates Older Than XX Days
ajcooper35
✭✭
I tried a few different formulas for this, but pretty much I have a cell on a separate Data sheet that I want to keep a running count of "Open Work Orders Older Than 0 Days"
I tried this (IT Tickets Range 4 is the column with the dates in it) and it keeps giving me "0" for an answer
=COUNTIFS({IT Tickets Range 4}, TODAY() - {IT Tickets Range 4} > 0, {Status}, "Open")
Tags:
Comments
-
If you want to count all the dates that are before today, you can use a formula like this:
=COUNTIFS({IT Tickets Range 4}, <TODAY(), {Status}, "Open")
You can also add a negative number between the parentheses if you want to count “older than X number of days”.
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives