View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
TPDigg TPDigg is offline
external usenet poster
 
Posts: 10
Default Multiple if statements in a sumif function

Worked great!!!thank you for the help

"Bob Phillips" wrote:

=SUMPRODUCT(--(rng1=value1),--(rng2="value2"),rng3)


--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"TPDigg" wrote in message
...
I would like to create a sumif statement that uses two criteria...so sumif
a=b and c=d then sum the values in the range. Any ideas?

thanks