Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

Calculating Percentiles in Excel, Google Sheets, and Apple Numbers, Study notes of MS Microsoft Excel skills

How to calculate percentiles using the NORMDIST function in Microsoft Excel, Google Sheets, and Apple Numbers. It covers the formula requirements, the use of absolute markers, and shortcuts to calculate percentiles for multiple data values. It also explains how to convert proportions to percentages.

What you will learn

  • What is the formula for calculating percentiles using the NORMDIST function?
  • How do you convert proportions to percentages in Microsoft Excel, Google Sheets, and Apple Numbers?
  • How do you use absolute markers in the NORMDIST function formula?

Typology: Study notes

2021/2022

Uploaded on 09/12/2022

rajeshi
rajeshi 🇺🇸

4.1

(9)

237 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Let's say we've collected data on the number of hours that each member of a sample of
college students sleep each night. In Figure 1 below, these data are illustrated in Column A
with the Column Heading "Sleep (in hours).” !
First, we need to calculate the Mean (illustrated in cell D2 in Figure 1 below) and the
Standard Deviation (illustrated in cell E2 below) because we’ll need the Mean and Standard
Deviation to calculate the percentile of each value in our data set.!
Then, to calculate each percentile, we create a new Column Header called Percentiles, as
illustrated in Column B of Figure 1 below. Next, we use the NORMDIST function. !
For any function, we start by typing an equal sign = in the cell where we're building our
formula. Immediately after typing the equal sign, we type the name of the function, in this
case NORMDIST, then we type an open parenthesis and begin building our formula.!
As shown in Figure, 1, the formula for calculating the percentile of the first data value in our
data set is =NORMDIST(A2,$D$2,$E$2,TRUE).!
The NORMDIST function requires four arguments, enclosed in parentheses and separated
by commas. The first argument (e.g., A2) tells the formula which cell we want to calculate a
percentile for. !
The second argument tells the formula which cell contains our Mean. In Figure 1, our Mean
is in cell D2. We place a dollar sign $ around both the letter D and the number 2 of the cell
name D2 (e.g., $D$2) to tell our formula to always look in cell D2 for the Mean.!
How To Calculate Percentiles in
Microsoft Excel, Google Sheets, or Apple Numbers
Chelsea Andrews, M.S.
Figure 1 - Apple Numbers
Figure 1 - Microsoft Excel and Google Sheets
pf3
pf4
pf5

Partial preview of the text

Download Calculating Percentiles in Excel, Google Sheets, and Apple Numbers and more Study notes MS Microsoft Excel skills in PDF only on Docsity!

Let's say we've collected data on the number of hours that each member of a sample of college students sleep each night. In Figure 1 below, these data are illustrated in Column A with the Column Heading "Sleep (in hours).” First, we need to calculate the Mean (illustrated in cell D2 in Figure 1 below) and the Standard Deviation (illustrated in cell E2 below) because we’ll need the Mean and Standard Deviation to calculate the percentile of each value in our data set. Then, to calculate each percentile, we create a new Column Header called Percentiles, as illustrated in Column B of Figure 1 below. Next, we use the NORMDIST function. For any function, we start by typing an equal sign = in the cell where we're building our formula. Immediately after typing the equal sign, we type the name of the function, in this case NORMDIST, then we type an open parenthesis and begin building our formula. As shown in Figure, 1, the formula for calculating the percentile of the first data value in our data set is =NORMDIST(A2,$D$2,$E$2,TRUE). The NORMDIST function requires four arguments, enclosed in parentheses and separated by commas. The first argument (e.g., A2) tells the formula which cell we want to calculate a percentile for. The second argument tells the formula which cell contains our Mean. In Figure 1, our Mean is in cell D2. We place a dollar sign $ around both the letter D and the number 2 of the cell name D2 (e.g., $D$2) to tell our formula to always look in cell D2 for the Mean.

How To Calculate Percentiles in

Microsoft Excel, Google Sheets, or Apple Numbers

Chelsea Andrews, M.S.

Figure 1 - Microsoft Excel and Google Sheets Figure 1 - Apple Numbers

The third argument tells the formula which cell contains our Standard Deviation. In Figure 1, our Standard Deviation is in cell E2. We again place a dollar sign $ around both the letter E and the number 2 of the cell name E2 (e.g., $E$2) to tell our formula to always look in cell E2 for the Standard Deviation. The dollar signs in this formula are what are known as absolute markers. If we didn’t type the dollar signs, and we copied the formula to another cell, the formula wouldn’t know to always look in the cells that we want it to look in (for the Mean and for the Standard Deviation). The fourth argument of the NORMDIST function tells the formula whether we want our formula to be cumulative or not. Because we are calculating percentiles, we want our formula to be cumulative, so we type in the word TRUE for our fourth argument. After typing the formula =NORMDIST(A2,$D$2,$E$2,TRUE), we press return or enter and we get the percentile for the first data value in our data set. Once we’ve calculated the percentile for the first data value in our data set, we can calculate the percentiles for all the other values in our data set. Because we used the dollar signs in our formula to tell our formula to always look in a specific cell for the Mean and to always look in another specific cell for the Standard Deviation, we can take advantage of a short cut to fill in all the other percentiles. Shortcut in Microsoft Excel or Google Sheets: To compute all the other percentiles, first, we click on the cell that contains the formula we want to copy (in this example, B2). Second, we place our cursor over the bottom left corner of the cell until a cross appears. Third, once the cross appears, we double-click the cross and drag it down the column. As we drag the cross down Column B, percentiles will be computed for each data value in Column A! Figure 2 - Microsoft Excel and Google Sheets

First, we select the values we calculated in our Percentiles column. Second, in the Cell tab of the formatting pane, we look for Data Format. From the Data Format dropdown menu, we change the data format to “Percentage.” Now, we have converted all of our selected values into percentages! FINALLY AND IMPORTANT : To adhere to good scientific practice, we always want to use three decimals places for our Percentiles (and for any other time we use decimals). We can use the tool provided by each of our data management systems. Those tools are outlined in purple in Figure 4 (on the next page).

Figure 4 - Microsoft Excel Figure 4 - Google Sheets Figure 4 - Apple Numbers