FormulaCraft

How to convert inches to centimeters in Excel and Google Sheets

Topic:Unit conversion
Excel & Google Sheets
=CONVERT(B2,"in","cm")

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Enter your measurements in inches in column B.
  2. 2In column C, enter =CONVERT(B2,"in","cm") to convert each value.
  3. 3Alternatively, use =B2*2.54 for a simpler formula that doesn't rely on CONVERT.
  4. 4Copy the formula down for all rows.

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

Does CONVERT work for other unit pairs?

Yes. CONVERT supports dozens of unit pairs including weight, temperature, distance, volume, and more. Check the function help for the full list of unit strings.

Can I convert a whole column at once in Google Sheets?

Yes. Use =ARRAYFORMULA(CONVERT(B2:B6,"in","cm")) to convert the entire range in one formula.

More on Unit conversion

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: