Rank a Range based around the number #1

cawsax1

New Member
Joined
Aug 25, 2016
Messages
2
Hello and good day,

I have a range of data with numbers between +0.10 and +3.51. The central tendency I want to be closest to is 100% or 1.

I want to rank the range as follows

1) Rank All Numbers above and below 1 (closest # to 1 = rank 1)

e.g.
1.00 = rank 1 variance = 0.00
0.99 = rank 2 variance = 0.01
1.08 = rank 3 variance = 0.08
1.09 = rank 4 variance = 0.09
0.90 = rank 5 variance = 0.10
1.11 = rank 6 variance = 0.11
1.12 = rank 7 variance = 0.12

I have about 2404 records I would like to rank utilizing this method.

I have tried this formula.

=IF(OY16>1,RANK([OY16],$OY$16:$OY$2419)-COUNTIF($OY$16:$OY$2419,">1"),RANK([OY16],$OY$16:$OY$2419,1))

This results in the highest value 3.51 being ranked 1

Thanks for any help
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
try


Excel 2012
ABC
12.821.8218
22.281.2811
31.110.113
43.082.0819
50.810.195
60.240.769
72.31.312
82.731.7316
91.510.518
100.930.072
110.70.37
121.160.164
130.990.011
142.671.6715
152.371.3713
161.190.195
173.472.4720
182.091.0910
192.751.7517
202.491.4914
Sheet2
Cell Formulas
RangeFormula
B1=ABS(A1-1)
C1=RANK(B1,$B$1:$B$20,1)
 
Upvote 0
Thank you very much, you made quick work this problem. I think that will work great. I appreciate your help!
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,337
Members
452,637
Latest member
Ezio2866

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