How to Calculate the BMI Z Score in Excel – 4 Steps

 

What Is the BMI?

BMI (Body Mass Index) is a standard index first proposed by Adolphe Quetelet in the 1830s. It gives an insight into a person’s physical fitness status. The formula involves Height and Weight. The general expression of BMI is:

BMI=Weight/Height2  

 

What Is Z Score?

The basic formula for the calculation of the Z Score is given below:

 Calculate BMI Z Score in Excel

x = The raw data.

µ = Mean/Average of the dataset.

σ = The standard deviation of the given dataset.

Z = Final score of each data.

The Z Score shows the distance of data from the Mean in the Standard Deviation unit. If it’s 0, the value is in the mean value.

If the Z Score is 1, the value is 1 Standard Deviation above the Mean value. If it’s -1, the value is a Standard Deviation below the Mean value.


How to Calculate BMI Z Score in Excel – 4 Steps

In the following dataset, height and weight of patients are listed.

Calculate BMI Z Score in Excel

 

Step 1 – Prepare the Dataset

  • Convert the data to Metric Units: Weight in KG and Height in Meters. 

Step 2 – Calculate the BMI

  • Select E5 and enter the following formula:
=D5/(C5*C5)

The BMI is calculated.

  • Drag down the Fill Handle to see the result in the rest of the cells.

Upon entering the formula, the BMI of the person in cell B5 is calculated and placed in cell E5.


Step 3 – Calculate the Standard Deviation and Mean of the Dataset

Use the AVERAGE function.

Steps

  • Select J5 and enter the following formula:
=STDEV.P(E5:E14)
  • It will calculate the Standard Deviation in E5:E14.

Calculate Standard Deviation and Mean of Dataset to Calculate BMI Z Score in Excel

  • Select J6 and use the formula:
=AVERAGE(E5:E14)
  • It will calculate the mean of data in E5:E14.

Calculate Standard Deviation and Mean of Dataset to Calculate BMI Z Score in Excel


Step 4 – Calculate the Z Score

Steps

  • Select F5 and enter the following formula:

=(E5-$J$6)/$J$5

  • It will calculate the Z-Score of the BMI value in E5.

  • Drag down the Fill Handle to see the result in the rest of the cells.

Calculate Z Score of Each Data to Calculate BMI Z Score in Excel

An Alternative Way to Calculate the Z Score

Use the STANDARDIZE function.

Steps

  • Select F5 and enter the following formula

=STANDARDIZE(E5,$J$6,$J$5)

Use of the STANDARDIZE function to Calculate BMI Z Score in Excel

  • Drag down the Fill Handle to see the result in the rest of the cells.

 

Use of the STANDARDIZE function to Calculate BMI Z Score in Excel


Download Practice Workbook

Download the practice workbook.


<< Go Back to BMI | Formula List | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Rubayed Razib Suprov
Rubayed Razib Suprov

Rubayed Razib, holding a BSC degree in Naval Architecture & Engineering from Bangladesh University of Engineering and Technology, serves as a devoted member of the ExcelDemy project. He has contributed significantly by authoring numerous articles and showcasing proficiency in VBA. Razib efficiently automates Excel challenges using VBA macros and actively participates in the ExcelDemy forum, providing valuable solutions for user interface challenges. Apart from creating Excel tutorials, he is interested in Data Analysis with MS Excel,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo