Thread
:
Count certain months
View Single Post
#
4
Posted to microsoft.public.excel.worksheet.functions
scott
Posts: n/a
Count certain months
John did not work not
"John Michl" wrote:
Try the following array formula:
=SUM(IF(MONTH(A1:A5)=12,1,0)) commit it by hitting Ctrl-Shift-Enter
- John
www.JohnMichl.com
Reply With Quote