FormulaCraft

How to convert feet to meters in Excel and Google Sheets

Topic:Unit conversion
Excel & Google Sheets
=CONVERT(B2,"ft","m")

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 measurements in feet in column B.
  2. 2In column C, enter =CONVERT(B2,"ft","m").
  3. 3Or use =B2*0.3048 as the equivalent direct formula.
  4. 4Copy down for all rows and format to 2 decimal places.

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

How do I convert meters back to feet?

Use =CONVERT(B2,"m","ft") or =B2/0.3048.

Can I convert feet to centimeters in one step?

Yes. Use =CONVERT(B2,"ft","cm") directly — CONVERT handles the two-step conversion automatically.

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: