how do I create a formula to convert kilograms to pounds

G

Gilles Desjardins

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
 
G

Guest

These will sort out your problem.
=CONVERT(1, "lbm", "kg")
=CONVERT(1, "kg", "lbm")

Bye.
 
G

Guest

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,
 
G

Guest

Gilles Desjardins said:
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


Thanks Gilles, just what I needed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top