ReferenceFunctionsStatistics Functions
PERCENTILE.INC
PERCENTILE.INC: Returns the k-th percentile of a data set using inclusive interpolation.
Summary
PERCENTILE.INC accepts percentile values from 0 through 1 and interpolates between
sorted values as needed.
Remarks
kmust be in the inclusive range[0, 1].- Returns
#NUM!for empty numeric input or invalid percentile arguments. - Alias
PERCENTILEis supported.
Examples
Inclusive 25th percentile from direct values
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2
Inclusive median-style interpolation from a range
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
25
Related functions
FAQ
What k range is valid for PERCENTILE.INC?
k must be between 0 and 1 inclusive; outside that range returns #NUM!.
Runtime metadata
Category
Statistics
Signature
PERCENTILE.INC(arg1, arg2, ... argN: Number (Range))This function accepts a repeating argument pattern (min args: 2).
Arity
min 2, max variadic
Arguments
arg1Number · Range · coercion NumberLenientText
Caps
PURENUMERIC_ONLY
Source