Rank lowest to highest with tie breaker

doctorcpu

New Member
Joined
Aug 27, 2016
Messages
12
I'm trying to create a formula to rank the following from lowest to highest with a tie breaker. So far I've come up with this:
=RANK(X2,X$2:$X21,0) but it does not work and does not account for a tie.

Column X
0.17
3.33
2.50
0.83
0.58
3.33
1.00

<colgroup><col></colgroup><tbody>
</tbody>

Any help is appreciated.
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
A​
B​
C​
1​
Value
Rank
2​
0.17​
1​
B2: =RANK(A2, $A$2:$A$8, 1) + COUNTIF(A$1:A1, A2)
3​
3.33​
6​
4​
2.5​
5​
5​
0.83​
3​
6​
0.58​
2​
7​
3.33​
7​
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,013
Members
448,935
Latest member
ijat

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