How do you calculate deciles in Google Sheets and what are some examples? 2

How do you calculate deciles in Google Sheets and what are some examples?

Deciles are a statistical measure that divides a data set into ten equal parts, with each part representing 10% of the data. In Google Sheets, deciles can be calculated by using the QUARTILE function, which returns the value at a given percentile in a data set. For example, to find the first decile (representing the 10th percentile) in a data set, the formula would be =QUARTILE(data, 0.1). This would return the value that is greater than 10% of the data points and less than the remaining 90%. Similarly, to find the fifth decile (representing the 50th percentile or median), the formula would be =QUARTILE(data, 0.5). Deciles can be useful in analyzing data sets with a large range of values, as they provide a way to compare different parts of the data set.

Calculate Deciles in Google Sheets (With Examples)


In statistics, deciles are numbers that split a dataset into ten groups of equal frequency.

The first decile is the point where 10% of all data values lie below it.

The second decile is the point where 20% of all data values lie below it.

The third decile is the point where 30% of all data values lie below it.

And so on.

We can use the following function to calculate the deciles for a dataset in Google Sheets:

=PERCENTILE(CELL RANGE, PERCENTILE)

For example, we would use the following formula to calculate the value of the third decile for a dataset in the range A1:A50:

=PERCENTILE(A1:A50, 0.3)

The following example shows how to use this function in practice.

Example: Calculate Deciles in Google Sheets

Suppose we have the following dataset with 20 values:

The following image shows how to calculate the deciles for the dataset:

deciles in Google Sheets

Here is how to interpret each decile value:

  • 10% of all data values lie below 63.4.
  • 20% of all data values lie below 67.8.
  • 30% of all data values lie below 76.5.

To place each data value into a decile, we can use the PERCENTRANK.EXC() function, which uses the following syntax:

=PERCENTRANK.EXC(CELL RANGE, DATA VALUE, SIGNIFICANCE)

The following image shows how to use this function for our dataset:

Note that this function finds the relative rank of a value in a dataset as a percentage and rounds to one digit, which is equivalent to finding the decile that the value falls in.

The way to interpret the output is as follows:

  • The data value 58 falls between the percentile 0 and 0.1, thus it falls in the first decile.
  • The data value 64 falls between the percentile 0.1 and 0.2, thus it falls in the second decile.
  • The data value 67 falls between the percentile 0.1 and 0.2, thus it falls in the second decile.
  • The data value 68 falls between the percentile 0.2 and 0.3, thus it falls in the third decile.

And so on.

Additional Resources

The following tutorials explain how to perform other common tasks in Google Sheets:

Cite this article

stats writer (2024). How do you calculate deciles in Google Sheets and what are some examples?. PSYCHOLOGICAL SCALES. Retrieved from https://scales.arabpsychology.com/stats/how-do-you-calculate-deciles-in-google-sheets-and-what-are-some-examples/

stats writer. "How do you calculate deciles in Google Sheets and what are some examples?." PSYCHOLOGICAL SCALES, 1 Jul. 2024, https://scales.arabpsychology.com/stats/how-do-you-calculate-deciles-in-google-sheets-and-what-are-some-examples/.

stats writer. "How do you calculate deciles in Google Sheets and what are some examples?." PSYCHOLOGICAL SCALES, 2024. https://scales.arabpsychology.com/stats/how-do-you-calculate-deciles-in-google-sheets-and-what-are-some-examples/.

stats writer (2024) 'How do you calculate deciles in Google Sheets and what are some examples?', PSYCHOLOGICAL SCALES. Available at: https://scales.arabpsychology.com/stats/how-do-you-calculate-deciles-in-google-sheets-and-what-are-some-examples/.

[1] stats writer, "How do you calculate deciles in Google Sheets and what are some examples?," PSYCHOLOGICAL SCALES, vol. X, no. Y, ص Z-Z, July, 2024.

stats writer. How do you calculate deciles in Google Sheets and what are some examples?. PSYCHOLOGICAL SCALES. 2024;vol(issue):pages.

Download Post (.PDF)
Slide Up
x
PDF
Scroll to Top