Returns the value for a specified quartile in a given data set based on percentile values from 0 to1, exclusive.
Syntax
q: The quartile number whose data you want. Eg., 2
Remarks
The QUARTILE.EXC function returns the same result as that of MIN, MEDIAN, and MAX when the q value equals 0, 2, and 4 respectively.
Examples
Formula | Result |
=QUARTILE.EXC(A2:A6;B2) | 13 |
=QUARTILE.EXC(A2:A6;B3) | 7 |
=QUARTILE.EXC(A2:A6;B4) | 20 |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
#NUM! |
|
Similar Functions
AVERAGE
AVERAGEA
AVERAGEIF
AVERAGEIFS
GEOMEAN
HARMEAN
LARGE
MAX
MAXA
MEDIAN
MIN
MINA
PERCENTILE
PERCENTILE.EXC
PERCENTILE.INC
PERCENTRANK
PERCENTRANK.EXC
PERCENTRANK.INC
QUARTILE
QUARTILE.INC
RANK
SMALL
TRIMMEAN