EXCEL QUARTILE Function

The QUARTILE function in Excel returns the quartile of a specified range of numbers.

Syntax :

=QUARTILE( arrayquart )

Parameters :

  • The Following parameter are:

array –

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

quart –

  • A number between 0 and 4 that represents the needed quartile.

Step By Step Guide of QUARTILE Function

Example :

The spreadsheet below provides instances of the Excel Quartile function, which is used to determine the quartiles of a collection of values ranging from 0 to 6.

The first quartile (measured in cell B2) is half way between 1 and 2. As a result, Excel interpolated the data to provide the result 1.5; the third quartile (derived in cell B4) lies halfway between the values 4 and 5. As a consequence, Excel interpolated the data to obtain the result, 4.5.

  • #NUM! – Occurs if either the specified value of quart is 0 or more than 4, or the supplied array is empty.
  • #VALUE! – Occurs if the quart value given is not a number.

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