R
Ray Sr
I'm having no luck getting a total count of the number of times a particular
month is present in a date column.
This is what I've been trying to get a count of the number of dates that
fall in the month of July, regardless of the year:
=COUNT(MONTH(I$1:I286),7)
Can anyone help me solve this little problem
month is present in a date column.
This is what I've been trying to get a count of the number of dates that
fall in the month of July, regardless of the year:
=COUNT(MONTH(I$1:I286),7)
Can anyone help me solve this little problem