![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Posts: 27
|
I don't know if this is a 2nd posting. I'm just learing this board. If it is, I'm sorry.
I have 2 cells. D2 is where we enter the pounds of something. In D1 we want a formula to convert D2 into Kilograms. How can we do that? |
|
|
|
|
|
#2 | |
|
Board Regular
Join Date: Feb 2002
Location: SRC
Posts: 165
|
=D2*2.2 would do it.
Quote:
|
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Portland, OR USA
Posts: 1,374
|
If you have pounds in A1, then in B1, type:
=A1*.4536 Hope this helps, Russell |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Portland, OR USA
Posts: 1,374
|
Sorry for not paying attention. In cell D1, type:
=D2*.4536 |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
You could also use the CONVERT function. The syntax would be:
=CONVERT(D2,"lbm","g")/1000 Quote from Excel's help "Converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers. If this function is not available, run the Setup program to install the Analysis ToolPak. After you install the Analysis ToolPak, you must enable it by using Add-Ins on the Tools menu."
__________________
Barrie Davidson "You're only given a little spark of madness. You mustn't lose it." - Robin Williams |
|
|
|
|
|
#6 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Portland, OR USA
Posts: 1,374
|
Quote:
-rh |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|