+ Reply to Thread
Results 1 to 4 of 4

Combining Multiple Statements That Multiple if Statements

  1. #1
    Registered User
    Join Date
    04-12-2020
    Location
    Oregon
    MS-Off Ver
    365
    Posts
    2

    Combining Multiple Statements That Multiple if Statements

    I am trying to combine the below formulas into one formula. I have already tested each one to make sure they work independently. I keep getting an error when I try to combine them.

    Any help is appreciated.


    =IF(E2=Quartiles!$E$2,IF('2010-2019 Compiled'!I2>=Quartiles!E$6,"Tall",IF('2010-2019 Compiled'!I2>=Quartiles!E$4,"Average",IF('2010-2019 Compiled'!I2>=Quartiles!E$3,"Short"))))

    =IF(E2=Quartiles!$F$2,IF('2010-2019 Compiled'!I2>=Quartiles!F$6,"Tall",IF('2010-2019 Compiled'!I2>=Quartiles!F$4,"Average",IF('2010-2019 Compiled'!I2>=Quartiles!F$3,"Short"))))

    =IF(E2=Quartiles!$G$2,IF('2010-2019 Compiled'!I2>=Quartiles!G$6,"Tall",IF('2010-2019 Compiled'!I2>=Quartiles!G$4,"Average",IF('2010-2019 Compiled'!I2>=Quartiles!G$3,"Short"))))

    =IF(E2=Quartiles!$H$2,IF('2010-2019 Compiled'!I2>=Quartiles!H$6,"Tall",IF('2010-2019 Compiled'!I2>=Quartiles!H$4,"Average",IF('2010-2019 Compiled'!I2>=Quartiles!H$3,"Short"))))

    =IF(E2=Quartiles!$I$2,IF('2010-2019 Compiled'!I2>=Quartiles!I$6,"Tall",IF('2010-2019 Compiled'!I2>=Quartiles!I$4,"Average",IF('2010-2019 Compiled'!I2>=Quartiles!I$3,"Short"))))

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Re: Combining Multiple Statements That Multiple if Statements

    Based on the limited information you provided, I think something like this formula will work for you:
    Please Login or Register  to view this content.
    It's not pretty, but is it something you can work with?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    04-12-2020
    Location
    Oregon
    MS-Off Ver
    365
    Posts
    2

    Re: Combining Multiple Statements That Multiple if Statements

    I was able to get some help and learned that I could get desired result using the SWITCH function.

    Thank you.

  4. #4
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Combining Multiple Statements That Multiple if Statements

    =IF('2010-2019 Compiled'!I2>=OFFSET(Quartiles!D$6,0,MATCH(E2,Quartiles!E2:I2,0)),"Tall",IF('2010-2019 Compiled'!I2>=OFFSET(Quartiles!D$4,0,MATCH(E2,Quartiles!E2:I2,0)),"Average","Short"))
    My General Rules if you want my help. Not aimed at any person in particular:

    1. Please Make Requests not demands, none of us get paid here.

    2. Check back on your post regularly. I will not return to a post after 4 days.
    If it is not important to you then it definitely is not important to me.

+ 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] Multiple If statements with multiple then statements pulling from Index/Match commands
    By Reggie Wells in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-30-2017, 03:25 PM
  2. Combining Multiple IF Statements
    By jkfoxworth in forum Excel General
    Replies: 2
    Last Post: 07-01-2015, 09:17 PM
  3. [SOLVED] Combining Multiple If Statements
    By Ash248 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 09-07-2013, 01:47 PM
  4. Combining multiple IF statements
    By Jaspal in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-30-2013, 11:41 AM
  5. Replies: 3
    Last Post: 07-25-2013, 08:25 AM
  6. [SOLVED] Combining together multiple IF statements
    By jupitar in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-20-2012, 08:51 PM
  7. Combining Multiple IF Statements
    By prefcomm in forum Excel General
    Replies: 2
    Last Post: 11-11-2009, 11: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