Auto Ranking by Total Score

seuntoba

New Member
Joined
Nov 7, 2014
Messages
20
Hello-


I want to Auto Rank a list by a Total Score column. The current table was generated using formulas from another sheet
that can allow additional rows. I also want to make sure any new or deleted records get reflected in this final table.

Thank you

[TABLE="width: 490"]
<colgroup><col span="3"><col><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD] Maths[/TD]
[TD]English[/TD]
[TD]Physics[/TD]
[TD]Chemistry [/TD]
[TD]Total Score[/TD]
[TD] Ranking[/TD]
[/TR]
[TR]
[TD]James[/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]89[/TD]
[TD="align: right"]81[/TD]
[TD="align: right"]87[/TD]
[TD="align: right"]337[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]David[/TD]
[TD="align: right"]75[/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]78[/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]313[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Moses[/TD]
[TD="align: right"]78[/TD]
[TD="align: right"]80[/TD]
[TD="align: right"]82[/TD]
[TD="align: right"]76[/TD]
[TD="align: right"]316[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Scott[/TD]
[TD="align: right"]87[/TD]
[TD="align: right"]87[/TD]
[TD="align: right"]76[/TD]
[TD="align: right"]88[/TD]
[TD="align: right"]338[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Segun[/TD]
[TD="align: right"]76[/TD]
[TD="align: right"]78[/TD]
[TD="align: right"]86[/TD]
[TD="align: right"]77[/TD]
[TD="align: right"]317[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
Hello,

You could have in cell G2 ... the following formula:

Code:
=RANK(F2,$F$2:$F$6)

Hope this will help
 
Upvote 0

Forum statistics

Threads
1,226,730
Messages
6,192,702
Members
453,748
Latest member
akhtarf3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top