sumif with multiple sums

  • Thread starter Thread starter Shi Gharib
  • Start date Start date
S

Shi Gharib

hi,
I need to use the SUMIF or the SUMPRODUCT functions with multiple sums. for
example : if I have 4 columns A, B, C, D i want a formula that calculates B
minus C minus D if Column A matches certain name or value

thanks in advance
 
It was verry helpful thank u
--
Shi Gharib


Bob Phillips said:
=SUMPRODUCT(--(A2:A20="some_value"),B2:B20-C2:C20-D2:D20)

--
__________________________________
HTH

Bob
 
Back
Top