View Single Post
  #3   Report Post  
Bob Phillips
 
Posts: n/a
Default

Do you just want a sum?

=SUMPRODUCT(--(A2:A100="value1"),--(B2:B100=17),C2:C100)

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Levan Alibegashvili" <Levan wrote
in message ...
Can I use multiple criteria in SUMIF funqtion?
For example, I want date and quantity sold to be criterias that filter out
the data and I do not want to use DSUM funqtion. I am using Excel 2003.