How to Use the QUARTILE Function in Excel

Today, we’ll explore the QUARTILE function in Excel and Google Sheets. QUARTILE is a statistical function that calculates a specific quartile—either the 25th, 50th, or 75th percentile—of a dataset. This function is especially useful for analyzing data distribution and pinpointing outliers.

How QUARTILE Works

The syntax for the QUARTILE function is identical in both Excel and Google Sheets:

=QUARTILE(array, quart)
  • array: This is the array or range of numerical values for which you are calculating the quartile.
  • quart: This integer determines which quartile to return: 1 for the first quartile (25th percentile), 2 for the median (50th percentile), and 3 for the third quartile (75th percentile).

Examples of Using QUARTILE

Finding Quartiles in a Dataset

Consider a dataset of exam scores located in cells A1:A10. To find the first quartile (25th percentile) of this dataset, use the formula:

=QUARTILE(A1:A10, 1)

Finding Outliers Using Quartiles

Quartiles are excellent tools for identifying outliers. First, calculate the interquartile range (IQR) by subtracting the first quartile (Q1) from the third quartile (Q3). Data points that fall below Q1 - 1.5 * IQR or above Q3 + 1.5 * IQR are considered outliers. Here is how you can compute this in Excel or Google Sheets:

Data
85
90
92
88
75
100
110
=QUARTILE(A1:A7, 1) //First Quartile (Q1)
=QUARTILE(A1:A7, 3) //Third Quartile (Q3)
=QUARTILE(A1:A7, 3) - QUARTILE(A1:A7, 1) //Interquartile Range (IQR)
=QUARTILE(A1:A7, 1) - 1.5 * (QUARTILE(A1:A7, 3) - QUARTILE(A1:A7, 1)) //Lower Bound for Outliers
=QUARTILE(A1:A7, 3) + 1.5 * (QUARTILE(A1:A7, 3) - QUARTILE(A1:A7, 1)) //Upper Bound for Outliers

Using this method, you can effectively identify any potential outliers in your dataset based on the IQR rule.

That concludes our overview of the QUARTILE function! It’s an effective analytical tool that offers deep insights into the distribution of your data.

More information: https://support.microsoft.com/en-us/office/quartile-function-93cf8f62-60cd-4fdb-8a92-8451041e1a2a

Other functions
Returns the beta cumulative distribution function
Vrátí hodnotu součtového rozdělení beta
Returns the inverse of the cumulative distribution function for a specified beta distribution
Vrátí inverzní hodnotu součtového rozdělení pro zadané rozdělení beta
Gibt die Werte der kumulierten Betaverteilungsfunktion zurück
Returns the individual term binomial distribution probability
Vrátí hodnotu binomického rozdělení pravděpodobnosti jednotlivých veličin
Gibt Wahrscheinlichkeiten einer binominalverteilten Zufallsvariablen zurück
Returns the one-tailed probability of the chi-squared distribution
Vrátí jednostrannou pravděpodobnost rozdělení chí-kvadrát
Returns the inverse of the one-tailed probability of the chi-squared distribution
Vrátí hodnotu funkce inverzní k distribuční funkci jednostranné pravděpodobnosti rozdělení chí-kvadrát
Returns the test for independence
Vrátí test nezávislosti
Returns the confidence interval for a population mean
Vrátí interval spolehlivosti pro střední hodnotu základního souboru
Returns covariance, the average of the products of paired deviations
Vrátí hodnotu kovariance, průměrnou hodnotu součinů párových odchylek
Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value
Vrátí nejmenší hodnotu, pro kterou má součtové binomické rozdělení hodnotu větší nebo rovnu hodnotě kritéria
Returns the exponential distribution
Vrátí hodnotu exponenciálního rozdělení
Returns the F probability distribution
Vrátí hodnotu rozdělení pravděpodobnosti F
Rounds a number down, toward zero
Returns the result of an F-test
Vrátí výsledek F-testu
Vrátí hodnotu Studentova t-rozdělení
Returns the gamma distribution
Vrátí hodnotu rozdělení gama
Returns the inverse of the gamma cumulative distribution
Vrátí hodnotu inverzní funkce k distribuční funkci součtového rozdělení gama
Returns the hypergeometric distribution
Vrátí hodnotu hypergeometrického rozdělení
Returns the inverse of the lognormal cumulative distribution
Returns the cumulative lognormal distribution
Returns the most common value in a data set
Vrátí hodnotu, která se v množině dat vyskytuje nejčastěji
Returns the negative binomial distribution
Vrátí hodnotu negativního binomického rozdělení
Returns the inverse of the normal cumulative distribution
Vrátí inverzní funkci k funkci normálního součtového rozdělení
Returns the normal cumulative distribution
Vrátí hodnotu normálního součtového rozdělení
Returns the standard normal cumulative distribution
Vrátí hodnotu standardního normálního součtového rozdělení
Returns the inverse of the standard normal cumulative distribution
Vrátí inverzní funkci k funkci standardního normálního součtového rozdělení
Vrátí hodnotu k-tého percentilu hodnot v oblasti
Returns the k-th percentile of values in a range
Returns the percentage rank of a value in a data set
Vrátí pořadí hodnoty v množině dat vyjádřené procentuální částí množiny dat
Returns the Poisson distribution
Vrátí hodnotu distribuční funkce Poissonova rozdělení
Vrátí hodnotu kvartilu množiny dat
Returns the rank of a number in a list of numbers
Vrátí pořadí čísla v seznamu čísel
Vypočte směrodatnou odchylku základního souboru
Vypočte směrodatnou odchylku výběru
Estimates standard deviation based on a sample
Calculates standard deviation based on the entire population
Returns the Student's t-distribution
Returns the inverse of the Student's t-distribution
Vrátí inverzní funkci k distribuční funkci Studentova t-rozdělení
Returns the probability associated with a Student's t-test
Vrátí pravděpodobnost spojenou se Studentovým t-testem
Estimates variance based on a sample
Vypočte rozptyl základního souboru
Vypočte rozptyl výběru
Calculates variance based on the entire population
Calculates variance based on the entire population, including numbers, text, and logical values
Vypočte rozptyl základního souboru včetně čísel, textu a logických hodnot
Zaokrouhlí číslo dolů, směrem k nule
Vrátí jednostrannou hodnotu pravděpodobnosti z-testu
Returns the one-tailed probability-value of a z-test