I am trying to figure out this count function but am having some trouble.
I have many rows of events and Column A has the date in m/d/yy format.
I want to count the number of occurances for each month.
The function I tried was COUNTIF(A2:A512, "1/??/12") for January 2012
I then tried reformatting the date column to mm/dd/yy format making the criteria "01/??/12"
This didn't work. Any ideas?
Thanks
Bookmarks