View Single Post
  #5   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!! Thanks

"Teethless mama" wrote:

=SUMPRODUCT(--(A1:A100="b"),--(C1:C100="d"),E1:E100)


"TPDigg" wrote:

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