if data is in A2:C13
and the months are listed in F2 down...
=COUNTIFS($C$2:$C$13,">="&DATE(2011,ROWS($C$2:$C2),1),$C$2:$C$13,"<="&DATE(2011,ROWS($C$2:$C2)+1,1)-1)
copied down
if data is in A2:C13
and the months are listed in F2 down...
=COUNTIFS($C$2:$C$13,">="&DATE(2011,ROWS($C$2:$C2),1),$C$2:$C$13,"<="&DATE(2011,ROWS($C$2:$C2)+1,1)-1)
copied down
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
That part doesn't matter as the ROWS() function takes care of the month number....
I assumed the sample data you gave above is in A2:C13... so that this formula would work if that were the case... you need to adjust the $C$2:$C$13 to suit the column of Dates you want to count.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks