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