so I am trying to calculate BMI
so far I have this
BMI: 703*[Weightlbs]/[Height]^2
and it works! however, I would like it to only show one or two decimal places. the ROUND statement is rounding to whole numbers
is this possible?
so far I have this
BMI: 703*[Weightlbs]/[Height]^2
and it works! however, I would like it to only show one or two decimal places. the ROUND statement is rounding to whole numbers
is this possible?