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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives