



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
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
Typology: Study notes
1 / 5
This page cannot be seen from the preview
Don't miss anything!
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.
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