Returns the value at a given percentile of a dataset.
Sample Usage
PERCENTILE.INC(A2:A6,0.5)
PERCENTILE.INC(A2:B6,A7)
Syntax
PERCENTILE.INC(range, percentile)
- range - The range containing the dataset.
- percentile - The percentile value in the range 0..1, inclusive.
Examples
PERCENTILE.INC(A2:A6,0.5) returns the 50th percentile of the dataset.