Returns the value at a given percentile of a dataset.
Sample Usage
PERCENTILE.EXC(A2:A6,0.5)
PERCENTILE.EXC(A2:B6,A7)
Syntax
PERCENTILE.EXC(range, percentile)
- range - The range containing the dataset.
- percentile - The percentile value in the range 0..1, exclusive.