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
|