Syntax
| Parameter | Description |
|---|---|
| array | Parameter of the QUARTILE.INC function. |
| quart | Parameter of the QUARTILE.INC function. |
Examples
Salary Q3
=QUARTILE.INC(C2:C300, 3)
Median via quartile
=QUARTILE.INC(B2:B100, 2)
Minimum via quartile
=QUARTILE.INC(A1:A50, 0)
Common Errors
Quart must be an integer from 0 to 4. Values like 1.5 or 5 will cause this error. Also occurs if the array has no numbers.
Occurs when quart is non-numeric.
Tips
QUARTILE.INC produces the same results as QUARTILE. Use .INC for consistency with the newer function naming convention.
QUARTILE.EXC excludes the 0th and 4th quartile (min/max), and uses a slightly different interpolation. For most business use cases, .INC is the standard choice.
Use Q1, Q2, Q3 as grade boundaries: below Q1 = needs improvement, Q1-Q2 = developing, Q2-Q3 = proficient, above Q3 = advanced.
Try QUARTILE.INC in Viztab
Import your data and use QUARTILE.INC with 370+ other formulas. No signup required.
Open Viztab