+ Reply to Thread
Results 1 to 3 of 3

Help : Multi criteria with MATCH or LOOKUP formula

  1. #1
    Registered User
    Join Date
    03-09-2014
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    56

    Help : Multi criteria with MATCH or LOOKUP formula

    What formula should I put in NUTRISTATUS column. That will search value in the table of MALE BMI and FEMALE BMI.
    for example when I input data M(male) in ***(gender), age in M(m0nth) and BMI it will search in MALE BMI table..
    and I input data F(female) in ***(gender), age inM(month) and BMI it will serach in FEMALE BMI table.
    and if the criteria match will appear the word SEVERLY UNDERWEIGHT or OVERWEIGHT or UNDERWEIGHT or NORMAL or OBESE in NUTRISTATUS Column..
    here is my sample program..
    Attached Files Attached Files

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Help : Multi criteria with MATCH or LOOKUP formula

    I suggest to take some minutes to read forum rules before to post again. If you have to change your title you go to your first post. Click>>Edit Post>>Go advanced and change your title. No nned to create duplicate threads as it is aginst forum rules.

    Just for this time i'll close your other thread and you can continue on this one.
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Help : Multi criteria with MATCH or LOOKUP formula

    merged cells are a pain but this should work in J4
    =INDEX({"Severely Underweight","Underweight","Underweight","Normal","Normal","Overweight","Overweight","Obese"},MATCH(D4,INDEX(IF(C4="m",$C$14:$J$185,$M$14:$T$185),MATCH(ROUND(G4,0),IF(C4="m",$B$14:$B$185,$L$14:$L$185),0),0),1))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  4. #4
    Registered User
    Join Date
    03-09-2014
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2007
    Posts
    56

    Re: Help : Multi criteria with MATCH or LOOKUP formula

    Quote Originally Posted by Fotis1991 View Post
    I suggest to take some minutes to read forum rules before to post again. If you have to change your title you go to your first post. Click>>Edit Post>>Go advanced and change your title. No nned to create duplicate threads as it is aginst forum rules.

    Just for this time i'll close your other thread and you can continue on this one.
    --- thanks for the reminder

    Quote Originally Posted by martindwilson View Post
    merged cells are a pain but this should work in J4
    =INDEX({"Severely Underweight","Underweight","Underweight","Normal","Normal","Overweight","Overweight","Obese"},MATCH(D4,INDEX(IF(C4="m",$C$14:$J$185,$M$14:$T$185),MATCH(ROUND(G4,0),IF(C4="m",$B$14:$B$185,$L$14:$L$185),0),0),1))
    -- Thank you so much sir, your formula is working but i change D4 to I4(BMI column or I column). thanks sir i will study this formula..

+ 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. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  2. [SOLVED] Formula Required to Lookup and Match Multiple Criteria
    By The_Snook in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-06-2014, 10:59 AM
  3. Complex multi criteria lookup and count formula???
    By JapanDave in forum Excel General
    Replies: 9
    Last Post: 05-25-2009, 04:36 AM
  4. Multi criteria lookup
    By spot1960 in forum Excel General
    Replies: 2
    Last Post: 04-08-2008, 10:33 AM
  5. Multi Criteria lookup
    By epotter in forum Excel General
    Replies: 3
    Last Post: 07-05-2006, 07:35 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