View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Count reports per month

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

"Dewayne" wrote in message
...
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.
--
Dewayne