Results 1 to 3 of 3

Metric & Imperial calculations for BMI in Excel - Help!

Threaded View

  1. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

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

    To be pedantic, grams (and kilograms) are units of mass, not weight.

    Also, I noticed you used this formula:
    =IF(D8="pounds",C8/C10*2*703,C8/C10*2)

    But you probably want this formula:
    =IF(D8="pounds",C8/C10^2*703,C8/C10^2)

    You're not using the correct operand, I believe.

    EDIT:

    I banged out a BMI calculator, compare it to yours.
    Attached Files Attached Files
    Last edited by ben_hensel; 06-20-2012 at 02:32 PM.

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