Closed Thread
Results 1 to 3 of 3

Metric & Imperial calculations for BMI in Excel - Help!

  1. #1
    Registered User
    Join Date
    06-20-2012
    Location
    newcastle,england
    MS-Off Ver
    Excel 2003
    Posts
    3

    Metric & Imperial calculations for BMI in Excel - Help!

    Hello everyone, I will try to explain this as best as I can!

    I have been asked to design this model in Excel for school; and it is all about health and fitness. One of the specifications is to include a BMI formula, my teacher said you don't have to include metric AND imperial, just one of the two. But, I want to try and go one step further and try to include them both anyways and make the model a bit more complicated. Obviously, I have done my research for the metric and imperial formulas.

    Metric: Weight in kg/height in meters squared.

    Imperial: (Weight in pounds/height in inches squared) x 703

    I'm just having a bit of trouble implementing these formulas into my model, and was wondering if anyone could help. Obviously, BMI is calculated by dividing weight by height, but my formulae seems to give me crazy BMI results, well over 100. I am using an "IF" formula so I can have true and false values, and I have created a drop down list next to my weight and height cells so the user can switch between measurements. This is my formula for my BMI:

    =IF(D8="pounds",C8/C10*2*703,C8/C10*2)

    *D8 is the cell which contains a drop down list for kg and pounds*

    Breakdown of the formula:
    If the user chooses pounds in cell D8, then it should calculate in imperial measurements (pounds). C8 is my weight cell and C10 is my height, they divide and C10 is multiplied by 2 (as it is squared) and then multiplied again by 703 (which I'm a bit hesitant about). That is my true statement. The comma ends that part of the formula and I now move onto my false statement. So, if the user does not switch to pounds it should calculate in metric measurements (kg). So again, C8 is divided by C10 multiplied by two, because it is squared, which should give the right BMI, but does not. I'm not exactly sure where I am going wrong.

    I have another drop down list next to my height cell which I don't use in my formula, I'm wondering if I need to use that in any way?

    When I try the pounds part of the formula it gives me a crazy BMI like 1000+ when I enter 100 pounds and 105 inches, when a normal BMI should be around 25. Which is why I am unsure if the multiply by 703 part in the formula is correct.

    Here are some screenshots of the model and formulae that will maybe help:
    (Apologies they had to be uploaded to a site, it said my extensions were incorrect to upload directly to here)

    BMI formula: http://imageshack.us/f/42/screentr.png/

    Kg/pounds drop down list: http://img580.imageshack.us/img580/369/screen2tu.png

    Meters/inches drop down list: http://img59.imageshack.us/img59/6966/screen3hce.png

    Imperial (Pounds) BMI result: http://img191.imageshack.us/img191/382/screen4ks.png

    Metric (kg) BMI result: http://img339.imageshack.us/img339/1680/screen5kc.png

    Any help with the formula to get a reliable BMI result will be greatly appreciated, I apologise for making this thread look like a 10 page essay, but it was hard to explain! I also thank you for your patience if you managed to read right the way through this - thank you.
    Please help me?!

    -Jehlie

  2. #2
    Registered User
    Join Date
    06-20-2012
    Location
    PA
    MS-Off Ver
    Excel 2010
    Posts
    21

    Re: Metric & Imperial calculations for BMI in Excel - Help!

    I think you made a mistake in formula, multiplying by 2, not square the height, right formula:
    Please Login or Register  to view this content.

  3. #3
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Metric & Imperial calculations for BMI in Excel - Help!

    Welcome to the Forum, unfortunately:

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    HTH
    Regards, Jeff

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1