I have a column of dates, and I want a formula to return a count of how many dates of, say, April are in the column. I want it to look something like this:
=COUNTIF(A:A, MONTH()=4)
But that isn't working, in any of the variations I've tried. Hoping for a simple solution. Thanks!
=COUNTIF(A:A, MONTH()=4)
But that isn't working, in any of the variations I've tried. Hoping for a simple solution. Thanks!