smartphreak
Board Regular
- Joined
- Mar 24, 2011
- Messages
- 54
Hi all,
I have a challenge that I cannot quite figure out...
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]COLA[/TD]
[TD="align: center"]COLB[/TD]
[TD="align: center"]COLC[/TD]
[/TR]
[TR]
[TD="align: center"]Ray[/TD]
[TD="align: center"][/TD]
[TD="align: center"]100,000[/TD]
[/TR]
[TR]
[TD="align: center"]Mary[/TD]
[TD="align: center"]Ray[/TD]
[TD="align: center"]50,000[/TD]
[/TR]
[TR]
[TD="align: center"]John[/TD]
[TD="align: center"]Sam[/TD]
[TD="align: center"]80,000[/TD]
[/TR]
[TR]
[TD="align: center"]Sam[/TD]
[TD="align: center"][/TD]
[TD="align: center"]60,000[/TD]
[/TR]
</tbody>[/TABLE]
I would like to have a sumproduct or sumif formula that can add up the total amount for each person. Where there are two names on a line, they each have 50% of ColC.
Formula should return:
Ray 125,000
Mary 25,000
John 40,000
Sam 100,00
Thanks
I have a challenge that I cannot quite figure out...
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD="align: center"]COLA[/TD]
[TD="align: center"]COLB[/TD]
[TD="align: center"]COLC[/TD]
[/TR]
[TR]
[TD="align: center"]Ray[/TD]
[TD="align: center"][/TD]
[TD="align: center"]100,000[/TD]
[/TR]
[TR]
[TD="align: center"]Mary[/TD]
[TD="align: center"]Ray[/TD]
[TD="align: center"]50,000[/TD]
[/TR]
[TR]
[TD="align: center"]John[/TD]
[TD="align: center"]Sam[/TD]
[TD="align: center"]80,000[/TD]
[/TR]
[TR]
[TD="align: center"]Sam[/TD]
[TD="align: center"][/TD]
[TD="align: center"]60,000[/TD]
[/TR]
</tbody>[/TABLE]
I would like to have a sumproduct or sumif formula that can add up the total amount for each person. Where there are two names on a line, they each have 50% of ColC.
Formula should return:
Ray 125,000
Mary 25,000
John 40,000
Sam 100,00
Thanks