Excel ranking in descending Order

Garrett

New Member
Joined
Aug 28, 2002
Messages
4
How do you rank values in a table in descending order? For instance the lower the number the higher the ranking.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
On 2002-08-29 15:11, Garrett wrote:
How do you rank values in a table in descending order? For instance the lower the number the higher the ranking.

=RANK(A1,$A$1:$A$8,1)

would rank the lowest value as highest in rank.
 
Upvote 0
Hi

Try this:
=RANK(A1,A2:Axx,1)
The 1 will made assending if you need decending make the 1 a 0 for decending

Also change the the xx needs aligning to your range

HTH
 
Upvote 0
Thanks for your help! Your solution helped me out but posed me w/another problem.

In my excel spreadsheet, I have 4 ranking columns. 2 need to rank in ascending order and 2 need to rank in descending order.

When I added the ,1 to my formula and dragged it down to all 34 cells, it gave me a gap between the #1 rank and the #2 rank. Instead it jumped from #1 to #34. Can you help w/this?
 
Upvote 0
On 2002-08-30 09:53, Garrett wrote:
Thanks for your help! Your solution helped me out but posed me w/another problem.

In my excel spreadsheet, I have 4 ranking columns. 2 need to rank in ascending order and 2 need to rank in descending order.

When I added the ,1 to my formula and dragged it down to all 34 cells, it gave me a gap between the #1 rank and the #2 rank. Instead it jumped from #1 to #34. Can you help w/this?

I don't understand that jumping...

Could you post your current formula?
 
Upvote 0
Sure, my formula is: =RANK(F3,$F$3:$F$36,1)

I'm using it to rank individuals w/absences. If you have 0 absences then you should rank 1. If you have 1 absence, then you should rank 2, 2 absences should rank you at 3, etc.
 
Upvote 0
Hi There,

I figured out what I was doing wrong. I needed to adjust range. I orginally had a range that had data with "0" in it. Once I change the range to the cells with info in it, the correct ranking appeared. Thanks for your time and help! You guys still Rock!
 
Upvote 0

Forum statistics

Threads
1,214,650
Messages
6,120,736
Members
448,988
Latest member
BB_Unlv

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