QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel

QUARTILE.EXC function: The function returns the quartile of the data set, with percentile values ​​from 0 to 1 excluding 0 and 1. The support function is from Excel 2010 onwards. Syntax: QUARTILE.EXC (array, quart)

The following article introduces you to the QUARTILE.EXC function - one of the functions in the group of statistical functions that is very popular in Excel.

Picture 1 of QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel

Description: The function returns the quartile of a dataset, with percentile values ​​from 0 to 1 excluding 0 and 1. The function supports Excel 2010 and later versions.

Syntax: QUARTILE.EXC (array, quart)

Inside:

- array: An array or range containing values ​​that want to find quartiles, a required parameter .

- quart: The position of the quartile to be returned, is a mandatory parameter consisting of 3 values ​​1, 2 and 3. In addition to these values, the function returns an error value.

Attention:

- If quart is not an integer -> it is truncated to an integer.

- If array is empty -> the function returns the #NUM! Error value .

- If quart ≥ 4 or quart ≤ 0  -> the function returns the #NUM! Error value

- The MIN and MAX, MEDIAN functions return the same value as the QUARTILE.EXC function with corresponding values quart = 0, quart = 4, quart = 2.

For example:

Locate the units as described in the following data table:

Picture 2 of QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel

- Determine the position of the 1st percentile. In the cell to calculate enter the formula : = QUARTILE.EXC (D6: J6, D7)

Picture 3 of QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel

- Press Enter -> 1st percentile is:

Picture 4 of QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel

- The 6th percentile. In the cell to calculate enter the formula: = QUARTILE.EXC (D6: J6,4). Press Enter -> return value is:

Picture 5 of QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel

Here due to the quart value = 6> 4 -> the function returns the #NUM! Error value . The quart value is only in 3 values: 1, 2 and 3.

Above are instructions and some specific examples when using QUARTILE.EXC function in Excel.

Good luck!

You've just finished reading the article "QUARTILE.EXC function - The function returns the quartile of a dataset without values ​​0 and 1 in Excel" edited by the TipsMake team. You can save quartileexc-function-the-function-returns-the-quartile-of-a-dataset-without-values-​​0-and-1-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 QUARTILE.INC function - The function returns the quartile of a dataset including values ​​0 and 1 in Excel
NEXT » POISSON.DIST function - The function returns the Poisson distribution in Excel