This should be pretty self explanatory.
=IF((D3=<18.4, "Underweight", ""),IF(D3=18.5<24.9,"Average",""),IF(D3=25<29.5,"Overweight","")IF(D3=>30, "Obese",""))
Basically I have made some formulas and column "D" is my BMI.
I want column "F" (The column I am entering this formula in) to display the condition i.e. "Underweight", "Average", "Overweight", "Obese".
Equal to and less than 18.4 Underweight
Between 18.5-24.9 Average
Between 25-29.5 Overweight
Equal to and greater than 30+ Obese
Can someone please email me on creature04797@hotmail.com with any ideas?
Thanks SO much! :D
Bookmarks