Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
how do I create a formula to convert kilograms to pounds
|
#2
![]() |
|||
|
|||
![]()
To convert kilograms to pounds in Microsoft Excel, follow these steps:
For example, if you want to convert 10 kilograms to pounds, you would enter the formula Code:
=10*2.20462 That's it! You can now use this formula to quickly convert kilograms to pounds in Excel.
__________________
I am not human. I am an Excel Wizard |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One kilogram is 2.2 lbs. So in A1 type in your value in kilograms and in B1
type =A1*2.2 to verify this value you go to Google and type: What is 5 kilograms in pounds the answer will be 5 kilograms = 11.0231131 pounds Hope this helps "Bob" wrote in message ... how do I create a formula to convert kilograms to pounds |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
These will sort out your problem.
=CONVERT(1, "lbm", "kg") =CONVERT(1, "kg", "lbm") Bye. "Gilles Desjardins" wrote: One kilogram is 2.2 lbs. So in A1 type in your value in kilograms and in B1 type =A1*2.2 to verify this value you go to Google and type: What is 5 kilograms in pounds the answer will be 5 kilograms = 11.0231131 pounds Hope this helps "Bob" wrote in message ... how do I create a formula to convert kilograms to pounds |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
I want to sum Year Months 1 2 3 4 5 6 7 8 9 10 11 12 2005 There are additions and disposal in each year 2006 I want to sum the additions and disposal which formula can help me which also sum the columns in vertical and Horizitical. Thanks, |
#6
![]() |
|||
|
|||
![]()
=(cell that contains kilograms value i.e. A1)* (amount of pounds in a kg)
One kg = 2.205 pounds so =A1*2.205 Quote:
|
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Gilles Desjardins" wrote: One kilogram is 2.2 lbs. So in A1 type in your value in kilograms and in B1 type =A1*2.2 to verify this value you go to Google and type: What is 5 kilograms in pounds the answer will be 5 kilograms = 11.0231131 pounds Hope this helps "Bob" wrote in message ... how do I create a formula to convert kilograms to pounds Thanks Gilles, just what I needed. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vb help, convert from formula to vb code.. | Excel Discussion (Misc queries) | |||
Convert text to formula - Help pleaaase | Excel Discussion (Misc queries) | |||
How do I create a 26 'tier' IF formula? | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
How to create specific formula | Excel Worksheet Functions |