QUARTILE.EXC Function

The QUARTILE.EXC function is one of the statistical functions. It is used to return the quartile of the data set, based on percentile values from 0..1, exclusive.

Syntax

QUARTILE.EXC(array, quart)

The QUARTILE.EXC function has the following arguments:

Argument Description
array The selected range of cells you want to analyse.
quart The quartile value that you wish to return, a numeric value. The possible values are listed in the table below.

The quart argument can be one of the following:

Numeric value Quartile
1 First quartile (25th percentile)
2 Second quartile (50th percentile)
3 Third quartile (75th percentile)

Notes

How to apply the QUARTILE.EXC function.

Examples

The figure below displays the result returned by the QUARTILE.EXC function.

QUARTILE.EXC Function