View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default SUMIF (Excel '97)


=sumproduct((month(a2:a22)=11)*b2:b22)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Phendrena" wrote in message
...
I want to sum a particular range using a date range as a criteria,
I have the dates in the worksheet formatted as dd/mm/yyyy.
How do i format this in the criteria?

For example dates for November would only be included anything else would
be
ignored.

Thanks,