tcarwardine
New Member
- Joined
- Jul 13, 2016
- Messages
- 26
- Office Version
- 365
- 2016
- Platform
- Windows
Hi everyone
I have a list of scores for students along with year group they are studying in.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Points[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]100[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Paul[/TD]
[TD]252[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]George[/TD]
[TD]800[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]Ringo[/TD]
[TD]53[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
I would like to create a leader board for the Top 10 in each year group based on these scores.
Year 7
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Points[/TD]
[TD]Name[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]100[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]53[/TD]
[TD]Ringo[/TD]
[/TR]
</tbody>[/TABLE]
Year 8
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Points[/TD]
[TD]Name
[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]800[/TD]
[TD]George[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]252[/TD]
[TD]Paul[/TD]
[/TR]
</tbody>[/TABLE]
Is there any formula I could use to put something like this together?
Thanks
Tom
I have a list of scores for students along with year group they are studying in.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Points[/TD]
[TD]Year[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD]100[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]Paul[/TD]
[TD]252[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]George[/TD]
[TD]800[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]Ringo[/TD]
[TD]53[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]
I would like to create a leader board for the Top 10 in each year group based on these scores.
Year 7
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Points[/TD]
[TD]Name[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]100[/TD]
[TD]John[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]53[/TD]
[TD]Ringo[/TD]
[/TR]
</tbody>[/TABLE]
Year 8
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Position[/TD]
[TD]Points[/TD]
[TD]Name
[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]800[/TD]
[TD]George[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]252[/TD]
[TD]Paul[/TD]
[/TR]
</tbody>[/TABLE]
Is there any formula I could use to put something like this together?
Thanks
Tom