Returns the rank of a given number from the specified list of numbers. If the number occurs more than once in the list, the average rank is returned.
Syntax
number: The number that you want to calculate the rank of. Eg., 51
number_list: The array or range containing the list of numbers to evaluate. Eg., B2:B9
order: The order in which the data is considered. Defaults to 0 if omitted.
If 0, the given list is considered to be sorted in the descending order.
Examples
|
Formula |
Result |
|
=RANK.AVG(B2;B2:B9) |
7.5 |
|
=RANK.AVG(12;Data) |
2 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#N/A! |
|
Similar Functions
AVERAGE
AVERAGEA
LARGE
MAX
MAXA
MEDIAN
MIN
MINA
PERCENTILE
PERCENTRANK
QUARTILE
RANK
RANK.EQ
SMALL