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

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
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,215,274
Messages
6,123,993
Members
449,137
Latest member
abdahsankhan

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