W
w_r_fox
You have a list of values in column A and you want their ranks (1 against
the highest value and so on) in column B. The Rank function does this.
However with tied values, the function gives such values the same rank - the
lowest of the ranks they would have got. It would be much more useful to
give tied values the mean of the ranks they would have got. (For example
you'd have a check on the sum of the ranks.) Is it possible to do this?
the highest value and so on) in column B. The Rank function does this.
However with tied values, the function gives such values the same rank - the
lowest of the ranks they would have got. It would be much more useful to
give tied values the mean of the ranks they would have got. (For example
you'd have a check on the sum of the ranks.) Is it possible to do this?