convert 80kilogram to pounds

B

bollerng

i need to calculate my BMI .and so i nned my weight in lilogram.convert 80
kiolgram to pounds
 
N

Niek Otten

=Convert(80/1000,"g","lbm")

If the CONVERT function is not available,: Tools>Addins, check Analysis
Toolpak

--
Kind regards,

Niek Otten

Microsoft MVP - Excel
 
J

JE McGimpsey

One way:

You could use the Analysis Toolpak's CONVERT() function, or you could
use, assuming your weight is in A1:

=A1/2.2046
 

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