Hi guys,
I need some help with calculations. heres the scenario:
BMI = (weight in kg)/ (height in meters)squared
i have a these fields : BMI, Height(in inches) and Weight( in lbs).
to calculate weight in kg, you take the weight and divide by 2.2
to calculate the height in meters, you take the hieght and divide by 39.37
This is what i tried but it did not work:
Round((WEIGHT / 2.2) / ((HEIGHT / 39.37) *(HEIGHT / 39.37)))
thanks
I need some help with calculations. heres the scenario:
BMI = (weight in kg)/ (height in meters)squared
i have a these fields : BMI, Height(in inches) and Weight( in lbs).
to calculate weight in kg, you take the weight and divide by 2.2
to calculate the height in meters, you take the hieght and divide by 39.37
This is what i tried but it did not work:
Round((WEIGHT / 2.2) / ((HEIGHT / 39.37) *(HEIGHT / 39.37)))
thanks