G Guest Jul 29, 2005 #1 i need to calculate my BMI .and so i nned my weight in lilogram.convert 80 kiolgram to pounds
N Niek Otten Jul 29, 2005 #2 =Convert(80/1000,"g","lbm") If the CONVERT function is not available,: Tools>Addins, check Analysis Toolpak -- Kind regards, Niek Otten Microsoft MVP - Excel
=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 Jul 29, 2005 #3 One way: You could use the Analysis Toolpak's CONVERT() function, or you could use, assuming your weight is in A1: =A1/2.2046
One way: You could use the Analysis Toolpak's CONVERT() function, or you could use, assuming your weight is in A1: =A1/2.2046