FormulaCraft

How to convert miles to kilometers in Excel and Google Sheets

Topic:Unit conversion
Excel & Google Sheets
=CONVERT(B2,"mi","km")

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 distance values in miles in column B.
  2. 2In column C, enter =CONVERT(B2,"mi","km").
  3. 3Alternatively, use =B2*1.60934 for a formula that doesn't rely on CONVERT.
  4. 4Copy the formula down and format to your preferred 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

What unit string does CONVERT use for kilometers?

Use "km" for kilometers and "mi" for miles in both Excel and Google Sheets.

How do I convert km back to miles?

Use =CONVERT(B2,"km","mi") or =B2/1.60934.

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: