FormulaCraft

How to convert kilograms to pounds in Excel and Google Sheets

Topic:Unit conversion
Excel & Google Sheets
=CONVERT(B2,"kg","lbm")

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 kilogram values in column B.
  2. 2In column C, enter =CONVERT(B2,"kg","lbm") to convert to pounds.
  3. 3Or use =B2*2.20462 as a direct multiplication alternative.
  4. 4Copy the formula 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

Why does CONVERT use 'lbm' instead of 'lb'?

'lbm' stands for pound-mass, the standard unit identifier in the CONVERT function. Both Excel and Sheets recognise it.

How do I convert pounds back to kilograms?

Swap the arguments: =CONVERT(B2,"lbm","kg") or use =B2/2.20462.

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: