Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=B2/(C2^2)Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
BMI = weight (kg) divided by height (m) squared. In a cell that is =B2/(C2^2) with weight in B2 and height in metres in C2.
Convert to metres inside the formula: =B2/((C2/100)^2). Dividing the cm value by 100 gives metres before squaring.
Use the imperial form =703*B2/(C2^2), with weight in pounds (B2) and height in inches (C2). The 703 factor converts the units.
Add an IFS around the BMI cell: =IFS(D2<18.5,"Underweight",D2<25,"Normal",D2<30,"Overweight",TRUE,"Obese").
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: