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

MathsEnglishPhysicsChemistry Total Score Ranking
James80898187337
David75807880313
Moses78808276316
Scott87877688338
Segun76788677317

<colgroup><col span="3"><col><col><col><col></colgroup><tbody>
</tbody>
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
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,215,032
Messages
6,122,770
Members
449,095
Latest member
m_smith_solihull

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