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 Countif or Sumproduct

try
=sumproduct((rngA=2007)*(rngB="March")*(rngC="what type"))

--
Don Guillett
SalesAid Software

"Tom" wrote in message
...
I have three columns of data: year, month, and type. I need to count the
type based on year and month.

How to do?

Thanks
--
Tom