Thread
:
Countif or Sumproduct
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
external usenet poster
Posts: 10,124
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
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett