Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the QUARTILE.EXC function. |
| quart | Parameter of the QUARTILE.EXC function. |
Examples
Exclusive Q1
=QUARTILE.EXC(B2:B100, 1)
Exclusive median
=QUARTILE.EXC(A1:A200, 2)
IQR exclusive
=QUARTILE.EXC(C2:C500, 3) - QUARTILE.EXC(C2:C500, 1)
Common Errors
Returned when quart is 0 or 4 (not allowed in exclusive mode), or if the data set has fewer than 4 values.
Quart is not a valid number.
Tips
Unlike QUARTILE.INC, you cannot use 0 (min) or 4 (max). If you need those, use MIN() and MAX() separately.
QUARTILE.EXC requires the data set to have more values than the exclusive method can interpolate. Very small data sets (under 4 values) will return errors.
Some textbooks and statistical software default to the exclusive method. Use .EXC when your analysis needs to match specific academic or regulatory standards.
Try QUARTILE.EXC in Viztab
Import your data and use QUARTILE.EXC with 370+ other formulas. No signup required.
Open Viztab