I have a sheet that identifies the date of new survey submissions and the date of responses. I am looking to count the dates that occur within specific months/years for a report... Here is what I am using, which is currently giving me a response of 0, though I know there are multiple occurrences for September.
The ranges are in date columns.
=COUNTIFS({*MASTER TABLE* Range 4}, "MONTH(@cell)" = 9)
I have also tried =COUNTIFS({*MASTER TABLE* Range 4}, "MONTH(@cell)" = 09)
Any Ideas?