Returns the rank of a number, as a percentage, in a given list of numbers.
Syntax
PERCENTRANK(number_list; number; [significance])
number_list: The array or range containing the list of numbers to evaluate. Eg., A2:A6
This function has been replaced by PERCENTRANK.INC. Though Zoho Sheet currently supports this function, we recommend using the new function as PERCENTRANK function support may be removed in the future.
Examples
|
Formula |
Result |
|
=PERCENTRANK(A2:A6;B2) |
0.75 |
|
=PERCENTRANK(A2:A6;B3) |
1 |
|
=PERCENTRANK(A2:A6;B4) |
0.5 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions
AVERAGE
AVERAGEA
AVERAGEIF
AVERAGEIFS
GEOMEAN
HARMEAN
LARGE
MAX
MAXA
MEDIAN
MIN
MINA
PERCENTILE
QUARTILE
RANK
SMALL
TRIMMEAN