Returns the specified quartile of a dataset, based on percentile values from 0..1, exclusive.
Sample Usage
QUARTILE.EXC(A2:A25,1)
QUARTILE.EXC(A2:A25,3)
Syntax
QUARTILE.EXC(range, quartile)
- range - The range containing the dataset.
- quartile - The quartile value to return.
Examples
QUARTILE.EXC(A2:A25,1) locates the position of the first quartile.
QUARTILE.EXC(A2:A25,3) locates the position of the third quartile.