COUNTIFS from one date through today with other criteria
Hello!
Needing help creating a formula. The formula has to count all the cells in the "clearance date" column that are blank with the criteria from the "application effective date" which is all dates happening 10.1.2021 through today (which means counting on a rolling basis)
I have this formula below that isn't working:
=COUNTIFS({Clearance Date Range 2}, "", {Application Effective Date Range 1}, AND(@cell >= 2021.10.1))
Any help appreciated!
Answers
-
Hi @JamieH
Instead of writing out the date as a text string, you'll want to use the DATE function so the formula recognizes what numbers represent the day/month/year, etc.
Try something like this:
=COUNTIFS({Clearance Date Range 2}, "", {Application Effective Date Range 1}, @cell >= DATE(2021, 10, 01))
See: DATE Function
Cheers,
Genevieve
Need more help? 👀 | Help and Learning Center
こんにちは (Konnichiwa), Hallo, Hola, Bonjour, Olá, Ciao! 👋 | Global Discussions
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 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
Check out the Formula Handbook template!