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
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