Hello, I am using Excel 2007. I am using the unique rank formula =rank(value,range) + countif(range,criteria) - 1 to give me unique ranks for a set of dollar values. I have two values of .011 that excel will not give me a unique rank (and they are exactly .011 each - they have the same exact value). But, It is correctly calculating when I have duplicate zeroes.
I know that it is because Excel's simple rank is for some reason giving me different ranks for each of the two .011s(this is the output I'm getting):
# Rank Formula
0 18 =RANK(A15,$A$2:$A$38)
0 18 =RANK(A16,$A$2:$A$38)
0 18 =RANK(A17,$A$2:$A$38)
0 18 =RANK(A18,$A$2:$A$38)
0 18 =RANK(A19,$A$2:$A$38)
0 18 =RANK(A20,$A$2:$A$38)
0 18 =RANK(A21,$A$2:$A$38)
0.005 17 =RANK(A22,$A$2:$A$38)
0.011 16 =RANK(A23,$A$2:$A$38)
0.011 15 =RANK(A24,$A$2:$A$38)
If I copy + paste these value (as values) Excel still gives me the results above.
But:
If I manually type the values in, Excel's simple rank will correctly return duplicate ranks for the two .011s (this is the output I need):
# Rank Formula
0 6 =RANK(K18,$K$18:$K$26)
0 6 =RANK(K19,$K$18:$K$26)
0 6 =RANK(K20,$K$18:$K$26)
0 6 =RANK(K21,$K$18:$K$26)
0.005 5 =RANK(K22,$K$18:$K$26)
0.011 3 =RANK(K23,$K$18:$K$26)
0.011 3 =RANK(K24,$K$18:$K$26)
0.014 2 =RANK(K25,$K$18:$K$26)
0.018 1 =RANK(K26,$K$18:$K$26)
The values are originally the results of a 5-criteria sumifs function that is automated, so they are not something that I can just type in every week, they need to remain automated. My question is...why will excel's simple rank give the duplicate ranks for the zeroes, but not for the two .011s? But then Excel will give me the duplicate rank for the .011s when I manually type them in, why is this?
I appreciate any help!
Tyler
I know that it is because Excel's simple rank is for some reason giving me different ranks for each of the two .011s(this is the output I'm getting):
# Rank Formula
0 18 =RANK(A15,$A$2:$A$38)
0 18 =RANK(A16,$A$2:$A$38)
0 18 =RANK(A17,$A$2:$A$38)
0 18 =RANK(A18,$A$2:$A$38)
0 18 =RANK(A19,$A$2:$A$38)
0 18 =RANK(A20,$A$2:$A$38)
0 18 =RANK(A21,$A$2:$A$38)
0.005 17 =RANK(A22,$A$2:$A$38)
0.011 16 =RANK(A23,$A$2:$A$38)
0.011 15 =RANK(A24,$A$2:$A$38)
If I copy + paste these value (as values) Excel still gives me the results above.
But:
If I manually type the values in, Excel's simple rank will correctly return duplicate ranks for the two .011s (this is the output I need):
# Rank Formula
0 6 =RANK(K18,$K$18:$K$26)
0 6 =RANK(K19,$K$18:$K$26)
0 6 =RANK(K20,$K$18:$K$26)
0 6 =RANK(K21,$K$18:$K$26)
0.005 5 =RANK(K22,$K$18:$K$26)
0.011 3 =RANK(K23,$K$18:$K$26)
0.011 3 =RANK(K24,$K$18:$K$26)
0.014 2 =RANK(K25,$K$18:$K$26)
0.018 1 =RANK(K26,$K$18:$K$26)
The values are originally the results of a 5-criteria sumifs function that is automated, so they are not something that I can just type in every week, they need to remain automated. My question is...why will excel's simple rank give the duplicate ranks for the zeroes, but not for the two .011s? But then Excel will give me the duplicate rank for the .011s when I manually type them in, why is this?
I appreciate any help!
Tyler