Summary

The Excel QUARTILE.EXC function returns the quartile for a given set of data. QUARTILE.EXC can return, first quartile, second quartile, and third quartile.

Purpose 

Get the quartile in a data set

Return value 

Value for requested quartile

Syntax

=QUARTILE.EXC(array,quart)
  • array - A reference containing data to analyze.
  • quart - The quartile value to return, 1-3.

How to use 

Use the QUARTILE.EXC function to get the quartile for a given set of data. QUARTILE.EXC takes two arguments, the array containing numeric data to analyze, and quart, indicating which quartile value to return. The QUARTILE.EXC function accepts 3 values for the quart argument, as shown in the table below.

Quart Return value
1 First quartile – 25th percentile
2 Median value – 50th percentile
3 Third quartile – 75th percentile

QUARTILE.INC vs QUARTILE.EXC

Percentiles can be defined as "greater than or equal to" (inclusive) or "greater than" (exclusive). The QUARTILE.INC function is inclusive and has "greater than or equal to" behavior. QUARTILE.EXC is exclusive, and has "greater than" behavior.  The screen below shows how QUARTILE.INC and QUARTILE.EXC return different results for the same data. Note QUARTILE.EXC cannot be used to get the minimum or maximum value like QUARTILE.INC. 

QUARTILE.inc vs QUARTILE.exc

Note: Starting with Excel 2010, the QUARTILE.EXC and QUARTILE.INC functions replace the QUARTILE function, which is now classified as a compatibility function.

Dave Bruns Profile Picture

AuthorMicrosoft Most Valuable Professional Award

Dave Bruns

Hi - I'm Dave Bruns, and I run Exceljet with my wife, Lisa. Our goal is to help you work faster in Excel. We create short videos, and clear examples of formulas, functions, pivot tables, conditional formatting, and charts.