Countifs for records older then set date.
Hello
I am looking for help on the countifs formula.
I have a sheet with many entries. I need to find entriers added before a specific date. NOTE: I don't have a date column in my sheet.
Here's the formula I am trying to use but its not working:
=COUNTIFS({NESV Tracker Range 1}, "EPC", <=DATE(2023, 1, 6))
Any help would be appreciated.
Answers
-
Hi @Cristian
In order for a formula to evaluate a date range, there would need to be a date column in the source sheet. In your instance, I would recommend adding (and then hiding) the system Created Date column to your sheet. This will automatically back-fill information into your current rows, adding a date to each row for when it was created.
Then you can use that as the Range in your COUNTIFS to evaluate for your date:
=COUNTIFS({NESV Tracker Range 1}, "EPC", {Created Date Column}, <=DATE(2023, 1, 6))
Cheers,
Genevieve
Join us at Smartsheet ENGAGE 2024 🎉
October 8 - 10, Seattle, WA | Register now
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.4K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 430 Announcements
- 4.4K Ideas & Feature Requests
- 137 Brandfolder
- 129 Just for fun
- 128 Community Job Board
- 446 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 284 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!