Hello,
I have been having some trouble figuring out a SUMSIF or SUMPRODUCT formula to accomplish this, as well as searching on google and the forums for some time. Can someone please help me with the formula to accomplish the following:
Three columns of data, A, B, C:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Chris[/TD]
[TD]Chris[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Dan[/TD]
[TD][/TD]
[TD]150[/TD]
[/TR]
[TR]
[TD]Doug[/TD]
[TD][/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Jim[/TD]
[TD]Jim[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD][/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]
I'd like the values from the third column to be sum'd when cells from A and B match please. In the above example it would be 100 for Chris and 250 for Jim, totaling to 350.
I have been having some trouble figuring out a SUMSIF or SUMPRODUCT formula to accomplish this, as well as searching on google and the forums for some time. Can someone please help me with the formula to accomplish the following:
Three columns of data, A, B, C:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Chris[/TD]
[TD]Chris[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]Dan[/TD]
[TD][/TD]
[TD]150[/TD]
[/TR]
[TR]
[TD]Doug[/TD]
[TD][/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Jim[/TD]
[TD]Jim[/TD]
[TD]250[/TD]
[/TR]
[TR]
[TD]Mary[/TD]
[TD][/TD]
[TD]300[/TD]
[/TR]
</tbody>[/TABLE]
I'd like the values from the third column to be sum'd when cells from A and B match please. In the above example it would be 100 for Chris and 250 for Jim, totaling to 350.