![]() |
Count reports per month
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 |
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 |
Count reports per month
Perfect. Thank you very much Bob!
Regards, -- Dewayne "Bob Phillips" wrote: =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 |
All times are GMT +1. The time now is 04:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com