Hi there and thanks for adding me.
I have added a column in a worksheet to show the status compared to bmi number. I have got the following formula:
This works fine apart from the last part which displays "#NAME?" instead of "Morbidly Obese"
I can't see where this is going wrong. Any ideas anyone?
Thanks in advance.
I have added a column in a worksheet to show the status compared to bmi number. I have got the following formula:
=IF(G41<=18.5,"underweight",IF(G41<=24.99,"Normal Weight",IF(G41<=29.99,"Overweight",IF(G41<=39.99,"Obese",IF(G41>=40.01,”Morbidly Obese”)))))
This works fine apart from the last part which displays "#NAME?" instead of "Morbidly Obese"
I can't see where this is going wrong. Any ideas anyone?
Thanks in advance.