QUARTILE function - The function returns the quartile of a dataset in Excel

The quartile is an indispensable value in the field of surveying and sales, it helps you evaluate certain criteria in a set. The following article details how to use QUARTILE function, the function returns the quartile of a dataset.

The quartile is an indispensable value in the field of surveying and sales, it helps you evaluate certain criteria in a set. The following article details how to use QUARTILE function, the function returns the quartile of a dataset.

Description: The function returns the quartile of a dataset. It is applied in survey and sales data.

Syntax: QUARTILE (array, quart) .

Inside:

- array: The data set (by array or range of cells) wants to find the quartile value, is a required parameter.

- quart: Specifies the value to return, is a required parameter. There are the following levels:

+ quart = 0: Quartiles at minimum.

+ quart = 1: The first quartile (25th percentile).

+ quart = 2: Quartile at average value (50th percentile).

+ quart = 3: Quartile at the third value (75th percentile).

+ quart = 4: Quartile at maximum value.

Attention:

- If array parameter is empty => the function returns the value #NUM!

- If quart is decimal => function takes integer value of quart.

- If quart is outside the value set {0, 1, 2, 3, 4} => the function returns the #NUM! Error value

- In case quart = 0 => has the same value as MIN function, quart = 2 => has the same value for MEDIAN function, quart = 4 = same value for MAX function.

For example:

- Calculate the percentile value of the following data set:

Picture 1 of QUARTILE function - The function returns the quartile of a dataset in Excel

1. Minimum percentile

In the cell to calculate enter the formula: = QUARTILE (B13: B17, C13) .

Picture 2 of QUARTILE function - The function returns the quartile of a dataset in Excel

The minimum percentile has the same value as the MIN function:

Picture 3 of QUARTILE function - The function returns the quartile of a dataset in Excel

2. 25th percentile (quarty = 1)

In the cell to calculate enter the formula: = QUARTILE (B13: B17, C14) .

Picture 4 of QUARTILE function - The function returns the quartile of a dataset in Excel

3. 50th percentile

In the cell to calculate enter the formula: = QUARTILE (B13: B17, C15) .

Picture 5 of QUARTILE function - The function returns the quartile of a dataset in Excel

The 50th percentile has the same value as the MEDIAN function.

Picture 6 of QUARTILE function - The function returns the quartile of a dataset in Excel

4. 75th percentile

In the cell to calculate enter the formula: = QUARTILE (B13: B17, C16) .

Picture 7 of QUARTILE function - The function returns the quartile of a dataset in Excel

5. Percentage with maximum value

Enter the formula: = QUARTILE (B13: B17, C17) .

Picture 8 of QUARTILE function - The function returns the quartile of a dataset in Excel

Maximum percentile value equal to the MAX function value:

Picture 9 of QUARTILE function - The function returns the quartile of a dataset in Excel

The above is a detailed guide of usage and special cases of Quarty function.

Good luck!

You've just finished reading the article "QUARTILE function - The function returns the quartile of a dataset in Excel" edited by the TipsMake team. You can save quartile-function-the-function-returns-the-quartile-of-a-dataset-in-excel.pdf to your computer here to read later or print it out. We hope this article has provided you with many useful tech tips and tricks. You can search for similar articles on tips and guides. Thank you for reading and for following us regularly.

« PREV : Instructions to save...
NORMINV function -... : NEXT »