Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob
 
Posts: n/a
Default how do I create a formula to convert kilograms to pounds

how do I create a formula to convert kilograms to pounds
  #2   Report Post  
Excel Super Guru
 
Posts: 1,867
Thumbs up Answer: how do I create a formula to convert kilograms to pounds

To convert kilograms to pounds in Microsoft Excel, follow these steps:
  1. Select the cell where you want to display the result of the conversion.
  2. Type the following formula into the formula bar:
    Code:
    =A1*2.20462
  3. Replace "A1" with the cell reference of the cell that contains the weight in kilograms that you want to convert.
  4. Press Enter to apply the formula.
  5. The result will be displayed in the selected cell, showing the weight in pounds.

For example, if you want to convert 10 kilograms to pounds, you would enter the formula
Code:
=10*2.20462
into a cell and press Enter. The result would be 22.0462 pounds.

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gilles Desjardins
 
Posts: n/a
Default how do I create a formula to convert kilograms to pounds

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Muhammad Afzal
 
Posts: n/a
Default how do I create a formula to convert kilograms to pounds

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Muhammad Afzal
 
Posts: n/a
Default Sum Function

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   Report Post  
Member
 
Posts: 33
Default

=(cell that contains kilograms value i.e. A1)* (amount of pounds in a kg)

One kg = 2.205 pounds

so
=A1*2.205


Quote:
Originally Posted by Bob
how do I create a formula to convert kilograms to pounds
  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob
 
Posts: n/a
Default how do I create a formula to convert kilograms to pounds



"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
vb help, convert from formula to vb code.. Michael A Excel Discussion (Misc queries) 1 January 7th 06 12:30 PM
Convert text to formula - Help pleaaase Ayrton Excel Discussion (Misc queries) 5 December 7th 05 06:26 PM
How do I create a 26 'tier' IF formula? callum Excel Discussion (Misc queries) 5 October 23rd 05 04:48 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
How to create specific formula STS Excel Worksheet Functions 4 May 2nd 05 01:44 AM


All times are GMT +1. The time now is 01:24 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"