View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Counting and Suming based on multiple criteria

=SUMPRODUCT(--(A2:A20="text_value"),--(B2:B20=--"2006-09-01"),--(B2:B20<=--
"2006-10-01"))

as an example


--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Kev270" wrote in message
...
I need to get a count based on multiple criteria. I need to count if a
certain text value occurs in a column, but only if it meets a seperate

date
criteria.

I have a data entry page with a vendor column and and month column. I want
to count how many times a vendor is listed in a certain month. I have

tried
Count and Count IF formulas with out luck.