How to Calculate Z Score in Excel (2 Easy Methods)

Method 1 – Calculate Z Score Using Conventional Formula

Step 1: Calculate Mean of Dataset

  • Select cell G4.

  • Enter the following formula in the formula box:
=AVERAGE(C5:C12)

Calculate Z Score in Excel

  • Press Enter to apply the formula.

Calculate Z Score in Excel

Step 2: Calculate Standard Deviation of Dataset

  • Select cell G5.

  • Enter the following formula in the formula box.
=STDEVPA(C5:C12)

Calculate Z Score in Excel

  • Press Enter to apply the formula.

Calculate Z Score in Excel

Step 3: Calculate Z Score

  • Select cell D5.

  • Enter the following formula in the formula box.
=(C5-$G$4)/$G$5

The cell G4 and cell G5 denote the mean and standard deviation respectively. We have made these cells absolute by using the ($) sign. That means it is fixed.

Calculate Z Score in Excel

  • Press Enter to apply the formula.

  • Use the Fill Handle tool for the remaining cells.

Calculate Z Score in Excel


Method 2 – Use of STANDARDIZE Function to Calculate Z Score

Step 1: Calculate Mean of Dataset

  • Select cell G4.

  • Go to the Formulas tab in the ribbon.
  • From the Function Library, select More Functions.
  • In the More Functions option, select Statistical.

Calculate Z Score in Excel

  • In the Statistical section, select the AVERAGE function.

  • A Function Arguments dialog box will pop up.
  • In the Number1 section, select the total range of cells.
  • Click on OK.

Calculate Z Score in Excel

  • It will provide the mean value of the dataset in cell G4.

Calculate Z Score in Excel

Step 2: Calculate Standard Deviation of Dataset

  • Select cell G5.

  • Go to the Formulas tab in the ribbon.
  • From the Function Library, select More Functions.
  • In the More Functions option, select Statistical.

Calculate Z Score in Excel

  • In the Statistical section, scroll down and select the STDEVPA function.

Calculate Z Score in Excel

  • A Function Arguments dialog box will pop up.
  • In the Value1 section, select the range of cells C5 to C12.
  • Click on OK.

  • We will get the following standard deviation.

Calculate Z Score in Excel

Step 3: Calculate Z Score

  • Select cell D5.

  • Go to the Formulas tab in the ribbon.
  • From the Function Library, select More Functions.
  • In the More Functions option, select Statistical.

Calculate Z Score in Excel

  • In the Statistical section, scroll down and select the STANDARDIZE function.

Calculate Z Score in Excel

  • A Function Arguments dialog box will pop up.
  • In the X section, select cell C5.

  • In the Mean section, select cell G4 which is the required mean value of this dataset. As we want to use this value for other calculations, we need to make it an absolute cell reference.

  • In the Standard_dev section, select cell G5 which is the required standard deviation of this dataset. We have made this cell absolute by using the ($) sign.
  • Click on OK.

Calculate Z Score in Excel

  • We get the following Z-score. See the screenshot.

Calculate Z Score in Excel

  • Use the Fill handle tool for the remaining cells.

Calculate Z Score in Excel

Read More: How to Calculate Critical Z Score in Excel


Interpretation of Z Score in Excel

When we illustrate the Z-score, we need to identify how many standard deviations above or below the value are from the mean. The Z-score can be positive, negative or zero. A positive Z-score can be defined as a specific value that is above the mean value whereas a negative Z-score can be defined as a specific value that is below the mean value. When the Z-score is zero it is equal to the mean value.

  • In our dataset, the mean value is 6 and the standard deviation is 25. If we consider the specific value e 306, the Z-score for this value is -0.23341. Which means 306 has the standard deviation of 0.23341. Which is below the mean or average value.
  • When the value is 310, we get the z-score as 12226. That means that 310 has the standard deviation of 1226. Which is above the mean value.

Download Practice Workbook


Related Articles


<< Go Back to Statistical Significance in Excel | Excel for Statistics | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Durjoy Paul
Durjoy Paul

Durjoy Kumar, with a BSc in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, is a dedicated contributor to the ExcelDemy project. His substantial contributions include crafting numerous articles and demonstrating expertise in Excel and VBA. Durjoy adeptly automates Excel challenges using VBA macros, offering valuable solutions for user interface challenges. Apart from creating Excel tutorials, he is interested in Data Analysis with MS Excel, SPSS, C, C++, C#, JavaScript, Python Web Scraping, Data Entry... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo