sumif with multiple sums

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
 
S

Shi Gharib

It was verry helpful thank u
--
Shi Gharib


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

--
__________________________________
HTH

Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top