SUMIF help needed
Thanks for your effort to help me guys but i don't get it to work and it's
probably because I didn't describe my problem well enough. I'll try to be
more clear in the exampel below.
A B C
1 5 10
2 7 11
1 5 12
3 5 13
4 8 14
I want to find all rows where A=1 and B=5 and sum the numbers in C. In this
cas the sum would be 10+12=22.
"Peo Sjoblom" wrote:
=SUMPRODUCT(--(AX2:AX100=1),--(BX2:BX100=2),CX2:CX100)
note that you cannot use the whole column when using sumproduct (at least if
you are using Excel versions prior to 2007
--
Regards,
Peo Sjoblom
"j.jansson" wrote in message
...
I want to create a sumif where i have 2 creterias. For exampel: if AX=1 and
column BX=2 i want the sumif formula to sum the CX cell (where X is any
number). So it's like i need 2 sumif but i don't know how to get them to
work
together.
Is there anyone who can help me?
|