Count reports per month

D

Dewayne

I have a spread sheet that lists my reports by "customer name" in column "A"
and the "date the report was completed" in column "B". The date is formatted
mm/dd/yy (08/16/06).
I need a formula that gives me the number of reports that were completed in
each month of the year. The formula should be in a separate cell for each
month.
Thanks in advance for any help.
 
B

Bob Phillips

=SUMPRODUCT(--(MONTH(B2:B200)=ROW(A1)))

and copy down another 11 rows.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Top