Returns the value for a given percentile from the specified data range.
Syntax
PERCENTILE(number_list; fraction)
number_list: Range or array of numbers to evaluate. Eg., A2:A6
This function has been replaced by PERCENTILE.INC. Though Zoho Sheet currently supports this function, we recommend using the new function as PERCENTILE function support may be removed in the future.
Examples
|
Formula |
Result |
|
=PERCENTILE(A2:A6;B2) |
7.6 |
|
=PERCENTILE(A2:A6;B3) |
10 |
|
=PERCENTILE(A2:A6;B4) |
18.04 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions
AVERAGE
AVERAGEA
AVERAGEIF
AVERAGEIFS
GEOMEAN
HARMEAN
LARGE
MAX
MAXA
MEDIAN
MIN
MINA
PERCENTRANK
QUARTILE
RANK
SMALL
TRIMMEAN