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!