 |
how to write a formula for BMI=Weight/Height Squared, in Excel starter
If A1 contains weight in kilograms and A2 contains height in meters, the correct
formula is: =A1 / A2^2 which can be written as follows for clarity: =A1 / (A2^2)
answers.microsoft.com |
 |