cpisthedbb
New Member
- Joined
- Apr 10, 2018
- Messages
- 30
Hi,
I've been hours trying to find the answer for this but whatever I try wont work. I've got a large spreadsheet with lot of names on and a lot are repeated with different scores on. What I basically need is a column that averages the scores of a person. The table is massive but in a similar format to :
[TABLE="width: 500"]
<tbody>[TR]
[TD]A Smith[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]A Smith[/TD]
[TD]2.5[/TD]
[/TR]
[TR]
[TD]A Jones[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]A Smith[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]A Johnson[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
What I want is to get an average score for each person in the table.
A Smith =
A Jones =
A Johnson =
I'm sure there's an easy way of doing this but I'm having no luck. I've tried VLookup and average but can't seem to get it to work. Any advice would be appreciated.
I've been hours trying to find the answer for this but whatever I try wont work. I've got a large spreadsheet with lot of names on and a lot are repeated with different scores on. What I basically need is a column that averages the scores of a person. The table is massive but in a similar format to :
[TABLE="width: 500"]
<tbody>[TR]
[TD]A Smith[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]A Smith[/TD]
[TD]2.5[/TD]
[/TR]
[TR]
[TD]A Jones[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]A Smith[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]A Johnson[/TD]
[TD]3[/TD]
[/TR]
</tbody>[/TABLE]
What I want is to get an average score for each person in the table.
A Smith =
A Jones =
A Johnson =
I'm sure there's an easy way of doing this but I'm having no luck. I've tried VLookup and average but can't seem to get it to work. Any advice would be appreciated.