Ranking a column of data

dcbeagle

New Member
Joined
Jul 31, 2014
Messages
3
I have a set of results (educational assessment) and I would like the next column to rank the values. Is this easy to do?
 
Use the Rank function....[TABLE="class: grid, width: 50"]
<tbody>[TR]
[TD]Row[/TD]
[TD]Value[/TD]
[TD]Rank[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]7[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]9[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]13[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]56
[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]5[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]63[/TD]
[TD]9[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]44[/TD]
[TD]6[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]51[/TD]
[TD]7[/TD]
[/TR]
</tbody>[/TABLE]

Cell B1 would be: =RANK.AVG(A1,$A$1:$A$9,1)

First item is the number you want to rank, second item is the range you want to rank, third is ascending or descending ranking.
 
Upvote 0
dcbeagle,

Welcome to MrExcel.

See if the standard RANK function suits your needs.
 
Upvote 0

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