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.
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:
1. Minimum percentile
In the cell to calculate enter the formula: = QUARTILE (B13: B17, C13) .
The minimum percentile has the same value as the MIN function:
2. 25th percentile (quarty = 1)
In the cell to calculate enter the formula: = QUARTILE (B13: B17, C14) .
3. 50th percentile
In the cell to calculate enter the formula: = QUARTILE (B13: B17, C15) .
The 50th percentile has the same value as the MEDIAN function.
4. 75th percentile
In the cell to calculate enter the formula: = QUARTILE (B13: B17, C16) .
5. Percentage with maximum value
Enter the formula: = QUARTILE (B13: B17, C17) .
Maximum percentile value equal to the MAX function value:
The above is a detailed guide of usage and special cases of Quarty function.
Good luck!
You should read it
- 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
- 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
- SMALL function - The function returns the kth smallest value in a dataset in Excel
- HARMEAN function - The function returns the harmonic average of a data set in Excel
May be interested
- AVEDEV function - The function returns the average absolute deviation of data points from their midpoint in Excelavedev function: the function returns the average absolute deviation between a given data point and the average value of the population. the function is a measure of the variability of a dataset
- How to use the NORMDIST function in Excel - Function that returns the distribution in Excelthe normdist function returns a distribution with a specified mean and standard deviation. the normdist function has applications in statistics, including hypothesis testing.
- CHISQ.TEST function - The function returns the independence test in Excelchisq.test function: the function returns the independence test. the function returns the value from the distribution (({chi ^ 2})) when squared for statistics and the appropriate degrees of freedom. support function from excel 2010 version. syntax: chisq.test (actual_range, expected_range)
- How to use the IF function in Excelthe if function in excel checks for a true or false condition. if the condition is true, the function returns a value, if the condition fails the function returns another value
- F.TEST function - The function returns the result of the F - test in Excelf.test: the function returns the result of the f - test, the probability of two ends where the variance of 2 arrays is not significant. support functions from excel 2010 version. syntax: f.test (array1, array2)
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- POISSON.DIST function - The function returns the Poisson distribution in Excelpoisson.dist function: the function returns the poisson distribution, the application function to predict the number of events in a specific time. support functions from excel 2013 onwards. syntax: poisson.dist (x, mean, cumulative)
- WEIBULL function - The function returns the Weibull distribution in Excelthe function performs the calculation and returns the weibull distribution. based on this distribution to analyze reliability in theory such as calculating the average life of the device or used in the field of meteorology, hydrology and weather forecast.
- AVEDEV functionavedev function: the function returns the average absolute deviation of the data points from their midpoint. the avedev function allows you to measure the variability of a dataset. syntax: avedev (number1, [number2], ...)
- PHI function - The function returns the value of the density function for a normal distribution in Excelphi function: the function returns the value of the density function for a standard normal distribution. support functions from excel 2013 onwards. syntax: phi (x)