Gavin Harrison
New Member
- Joined
- May 2, 2017
- Messages
- 34
Hi.
Ive tried a couple of formulas to do the below, but don't seem to be able to get one to work. Hoping somebody can help me.
Essentially, I have a column with names (lets say column A) and in column B numbers.
The column with names will have multiple occurances of the same name but may have different numbers next to it.
Essentially I will have a list of the possible names that will occur in column A and next to each name a total of the numbers next to each occurrence of their name.
For Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]Barbara[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Totals[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]
Ive tried a couple of formulas to do the below, but don't seem to be able to get one to work. Hoping somebody can help me.
Essentially, I have a column with names (lets say column A) and in column B numbers.
The column with names will have multiple occurances of the same name but may have different numbers next to it.
Essentially I will have a list of the possible names that will occur in column A and next to each name a total of the numbers next to each occurrence of their name.
For Example:
[TABLE="width: 500"]
<tbody>[TR]
[TD]John[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Tom
[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]Barbara[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]Tom[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]Totals[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]18[/TD]
[/TR]
</tbody>[/TABLE]