EXCEL QUARTILE.EXC FUNCTION

The Excel Quartile.Exc function returns the specified quartile of a given range of data, based on a percentile range of 0 to 1 inclusive.

Syntax :

=QUARTILE.EXC( arrayquart )

Parameters :

  • The following parameter are:

array –

  • The range of data values for which the given quartile should be calculated.

quart –

  • A number between 1 and 3 that represents the needed quartile. (If quart = 1 or 3, the given array must have more than two values.)

Step By Step Guide of QUARTILE.EXC Function

Example :

The Excel Quartile.Exc function is used in column B of the spreadsheet below to determine the quartiles of the collection of values 1 – 5. (stored in cells A1-A5 of the example spreadsheet).

The first quartile (calculated in cell B2) is between 1 and 2. As a result, Excel interpolated the data, yielding the result 1.5; the third quartile (derived in cell B4) lies between the numbers 4 and 5. As a consequence, Excel interpolated the data to obtain the result, 4.5.

  • #NUM!
    – Occurs if either the specified quart value is 1 or more than 3, or the supplied array is empty.
    The array given contains less than three values, and quart is either 1 or 3.
  • #VALUE!
    – Occurs if the quart value given is non-numeric.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now