ReferenceFunctionsStatistics Functions
QUARTILE.INC
QUARTILE.INC: Returns an inclusive quartile value for a data set.
Summary
QUARTILE.INC maps quartile index 0..4 onto minimum, quartiles, median, and maximum.
Remarks
- Valid quartile index values are
0,1,2,3, and4. - Uses inclusive percentile logic for quartiles
1through3. - Returns
#NUM!for invalid quartile index values or empty numeric input. - Alias
QUARTILEis supported.
Examples
First quartile from direct values
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
2
Third quartile from a range
Grid
| Cell | Value | |
|---|---|---|
Formula
=
Result
Not evaluated yet.
Expected
32.5
Related functions
FAQ
Which quartile numbers are valid for QUARTILE.INC?
Only 0 through 4 are valid; other quartile indices return #NUM!.
Runtime metadata
Category
Statistics
Signature
QUARTILE.INC(arg1, arg2, ... argN: Number (Range))This function accepts a repeating argument pattern (min args: 2).
Arity
min 2, max variadic
Arguments
arg1Number · Range · coercion NumberLenientText
Caps
PURENUMERIC_ONLY
Source