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

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.

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

Related tasks

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

Last reviewed: