Count reports per month

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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.
 
=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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top