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

=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