jbenfleming
New Member
- Joined
- Mar 30, 2017
- Messages
- 34
You probably read this title and thought "=sumif, dummy". However this dummy can't seem to get it to work nicely in this case. Would love some assistance. To the issue: First off, I know I could do this via VBA, but I would love to be able to accomplish it with simple formulas if possible. I have 4 columns below
[TABLE="width: 350"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]VALUE[/TD]
[TD]NAME(NO REPEAT)[/TD]
[TD]VALUE(SUM)[/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SUE[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]JAN[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to have the third column to have the names listed with no repeats and the fourth column to have the sum for each name. I'm thinking that the cells in red would be returned via formula. Any help would be greatly appreciated.
[TABLE="width: 350"]
<tbody>[TR]
[/TR]
[TR]
[TD]NAME[/TD]
[TD]VALUE[/TD]
[TD]NAME(NO REPEAT)[/TD]
[TD]VALUE(SUM)[/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]5[/TD]
[TD]JIM[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]1[/TD]
[TD]CAT[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]SUE[/TD]
[TD]8[/TD]
[TD]SUE[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]9[/TD]
[TD]JAN[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]JAN[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 350"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]VALUE[/TD]
[TD]NAME(NO REPEAT)[/TD]
[TD]VALUE(SUM)[/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]1[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]SUE[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]9[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]JAN[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like to have the third column to have the names listed with no repeats and the fourth column to have the sum for each name. I'm thinking that the cells in red would be returned via formula. Any help would be greatly appreciated.
[TABLE="width: 350"]
<tbody>[TR]
[/TR]
[TR]
[TD]NAME[/TD]
[TD]VALUE[/TD]
[TD]NAME(NO REPEAT)[/TD]
[TD]VALUE(SUM)[/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]5[/TD]
[TD]JIM[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]1[/TD]
[TD]CAT[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]SUE[/TD]
[TD]8[/TD]
[TD]SUE[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]JIM[/TD]
[TD]9[/TD]
[TD]JAN[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]JAN[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]CAT[/TD]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]