+ Reply to Thread
Results 1 to 3 of 3

Calculate ideal body weight (IBW) based on multiple conditions

  1. #1
    Registered User
    Join Date
    05-06-2016
    Location
    Canada
    MS-Off Ver
    MS Office 10
    Posts
    2

    Cool Calculate ideal body weight (IBW) based on multiple conditions

    Hello everyone. I am new to this website and forum, and I am very impressed from the professional replies and help that members of the forum provide.
    I need to calculate the ideal body weight based on multiple conditions (i.e. various age group categories and body mass index (BMI). The following are the conditions (I am using MS Office 10):

    For ages between 18-64:
    • If age >=18.5 but <=64, and body mass index (BMI)<18.5, then calculate the ideal body weight (IBW) as 20*(height (cm)/100)^2
    • If age >=18.5 but <=64, and body mass index (BMI)>=18.5 but <=24.9, then calculate the ideal body weight (IBW) as BMI value*(height (cm)/100)^2
    • If age >=18.5 but <=64, and body mass index (BMI)>=25 but <=30, then calculate the ideal body weight (IBW) as 22*(height (cm)/100)^2
    • If age >=18.5 but <=64, and body mass index (BMI)>30, then calculate the ideal body weight (IBW) as 27*(height (cm)/100)^2

    For ages between >65:
    • If age >=65, and body mass index (BMI)<25, then calculate the ideal body weight (IBW) as 25*(height (cm)/100)^2
    • If age >=65, and body mass index (BMI)>=25 but <=30, then calculate the ideal body weight (IBW) as BMI value*(height (cm)/100)^2
    • If age >=65, and body mass index (BMI)>30, then calculate the ideal body weight (IBW) as 30*(height (cm)/100)^2

    The excel sheet I am using has other formula to calculate BMI from body weight (in kg) and height (in meter). The resulting BMIis then be the input in my formula to calculate IBW. The formula either yields the message (you have entered too many arguments for this function, or sometimes when I use different age (e.g. 88), the formula yields “False”. Sometimes if the formula also gives a “False” for different BMI results. Please help.

    This is the formula I am using to calculate ideal body weight (IBW):
    =IF(AND(B3>=18,B3<=64),IF(D3<18.5,20*(B5/100)^2,IF(AND(D3>=18.5,D3<=24.9),D3*(B5/100)^2,IF(D3>=25,D3<=30,22*(B5/100)^2,IF(D3>30,27*(B5/100)^2)),IF(B3>65,IF(D3<25,25*(B5/100)^2,IF(D3>=25,D3<=30,D3*(B5/100)^2,IF(D3>30,30*(B5/100)^2)))))))

    Please see attachment for the sheet I am working on.
    Thank you,
    Sam
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    10-19-2012
    Location
    Omaha, Nebraska USA
    MS-Off Ver
    Excel 2010
    Posts
    249

    Re: Calculate ideal body weight (IBW) based on multiple conditions

    Hi Sam,

    Here is the formula I came up with and it appears to be working when I put in a bunch of different values. You can give it a try and see if it helps.

    Please Login or Register  to view this content.
    Thanks,

    Dan

  3. #3
    Registered User
    Join Date
    05-06-2016
    Location
    Canada
    MS-Off Ver
    MS Office 10
    Posts
    2

    Re: Calculate ideal body weight (IBW) based on multiple conditions

    Thank you Dan. I tried it and so far seems to be working perfectly. Thank you so much..you saved my neck.

    Have a good day.

    sam

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Ideal Body Weight (IBW) Equations w/ Gender and Height Modifiers
    By Mlabrec in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-30-2018, 10:08 AM
  2. Calculate Stdev for a group of cells based on multiple conditions
    By dsgeller in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-14-2014, 09:58 AM
  3. [SOLVED] Calculate Amount based on Lane ID and Weight Break
    By mk_santhosh in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-10-2013, 04:37 AM
  4. Auto Calculate Shipping Weight/Cartons and Package Weight.
    By suhailsiddiqui09 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-27-2013, 06:48 AM
  5. Mulitple conditions to obatin a weight
    By bbroadsword in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-07-2013, 05:01 PM
  6. Calculate Values based on Multiple Conditions
    By creativefusion in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 05-24-2009, 09:27 PM
  7. Calculations for total body weight lost/gained.
    By saitek in forum Excel - New Users/Basics
    Replies: 19
    Last Post: 01-20-2009, 08:05 PM

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