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
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives