ReferenceFunctionsStatistics Functions
PERCENTRANK.INC
PERCENTRANK.INC: Returns the inclusive percentile rank of `x` within a numeric data array.
Summary
PERCENTRANK.INC maps values to [0, 1] and interpolates linearly between data points.
Remarks
xmust be within the observed min/max range; otherwise returns#N/A.- Optional
significancecontrols decimal truncation and defaults to3. significancemust be at least1.- Returns
#NUM!for invalid setup such as empty numeric input.
Examples
Exact inclusive percentile rank
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.5
Interpolated inclusive percentile rank
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
0.375
Related functions
Runtime metadata
Category
Statistics
Signature
PERCENTRANK.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