Description: Calculates the Body Mass
Index for an individual given the weight in kg and the length in cm.
The optional format parameter can be used to get different output
formats: format=1 : BMI - classification : e.g. 29 -
overweight format=2 : Just the BMI value: e.g. 29.23 format=3 : Just
the classification: e.g. overweight
Example: Calculating the Body Mass Index
for a person with a weight of 95kg and a height of
180cm: =BodyMassIndex(95,180) =litlib.xls!BodyMassIndex(95,180,1)
=litlib.xls!BodyMassIndex(95,180,2)
=litlib.xls!BodyMassIndex(95,180,3)
Copyright (C) 1995-2007 Linker IT
Software BV. All Rights Reserved. Oracle is a registered trademark of
Oracle corporation. Excel and Office are registered trademarks of
Microsoft corporation. Other names appearing on the site may be trademarks
of their respective owners. Software,
files, documents, articles and other material are provided
"as is" and without warranties as to performance or mechantability or
any other warranties whether expressed or implied. No
warranty of fitness for a particular purpose is offered.
sitemap