Using SUMIF i want to say IF A=1 & B=2 then sum C any help pleas

P

Peter

I want to single out a sum that has two common detonators row A and B, IF row
A=1 and row B=2 then sum row C
 
J

JBeaucaire

Try this, adjust the range to match your data:

=SUMPRODUCT(--(A1:A100=1), --(B1:B100=2), C1:C100)

Does that help?
 

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