QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
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.
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:
- Determine the position of the 1st percentile. In the cell to calculate enter the formula : = QUARTILE.EXC (D6: J6, D7)
- Press Enter -> 1st percentile is:
- The 6th percentile. In the cell to calculate enter the formula: = QUARTILE.EXC (D6: J6,4). Press Enter -> return value is:
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 should read it
- QUARTILE.INC function - The function returns the quartile of a dataset including values 0 and 1 in Excel
- QUARTILE function - The function returns the quartile of a dataset in Excel
- PERCENTRANK.INC function - The function returns the rank of a value in a dataset as a percentage including values 0 and 1 in Excel
- PERCENTRANK.EXC function - The function returns the rank of a value in a dataset as a percentage excluding values 0 and 1 in Excel
- How to Calculate Quartiles in Excel
- LARGE function - The function returns the kth largest value in a dataset in Excel
- TRIMMEAN function - The function returns the average of the inner part of a dataset in Excel
- KURT function - The function returns the sharp coefficient of a dataset in Excel
- MODE.MULT function - The function returns a vertical array of the most common values in Excel
- SMALL function - The function returns the kth smallest value in a dataset in Excel
- MAX function - The function returns the largest value in a set of values in Excel
- RANK.EQ function - Function returns the rank of a number in a list of numbers, returns the highest rank when multiple values with the same rank in Excel
Maybe you are interested
The reason Elon Musk plans to move headquarters X, SpaceX to Texas
Intel Lunar Lake processors will be available in the third quarter of 2024
Ethereum tripled in the first quarter of 2024 – what will the second quarter look like?
Nearly a quarter of Windows users are using Windows 11, Microsoft is disappointed
Research shows that a quarter of children's apps on the Google Play Store violate privacy rules
How to Calculate Quartiles in Excel