M
Mad Ant
Hello all.
I have a problem using the RANK function with an array of cells.
I have numbers placed in (for example) cells A1:A5 and would like to
know their rank.
I select B1 and drag my mouse down to select the cells B1:B5.
I type "=rank(a1;$a$1:$a$5)" (without the quotes) and press
Ctrl+Shift+Enter.
What happens is that it gives me the rank of A1 in each of the cells of
b1:b5. It doesn't increment the value 'a1' so as to give the concording
rank.
So instead of having :
100 - 1
75 - 3
100 - 1
50 - 5
75 - 3
I have :
100 - 1
75 - 1
100 - 1
50 - 1
75 - 1
Does anybody know how I can have it that it gives the correct values ?
One solution is to only select the first cell, do the manuipulation and
copy the cell to the following cells, but I would much rather be able to
do it in one swoop.
Many thanks for any help you can provide.
Anton HARRIS
I have a problem using the RANK function with an array of cells.
I have numbers placed in (for example) cells A1:A5 and would like to
know their rank.
I select B1 and drag my mouse down to select the cells B1:B5.
I type "=rank(a1;$a$1:$a$5)" (without the quotes) and press
Ctrl+Shift+Enter.
What happens is that it gives me the rank of A1 in each of the cells of
b1:b5. It doesn't increment the value 'a1' so as to give the concording
rank.
So instead of having :
100 - 1
75 - 3
100 - 1
50 - 5
75 - 3
I have :
100 - 1
75 - 1
100 - 1
50 - 1
75 - 1
Does anybody know how I can have it that it gives the correct values ?
One solution is to only select the first cell, do the manuipulation and
copy the cell to the following cells, but I would much rather be able to
do it in one swoop.
Many thanks for any help you can provide.
Anton HARRIS