+ Reply to Thread
Results 1 to 3 of 3

Multiple IF functions

  1. #1
    Registered User
    Join Date
    11-30-2017
    Location
    Birmingham
    MS-Off Ver
    2016
    Posts
    1

    Multiple IF functions

    Hi all,

    I am trying to create a formula that feeds off another cell which is the sum of the row.

    Where the total is between 0-9, the outcome should be 'Low'. Where the total is between 10-18, the outcome should be 'Medium'. Where the total is between 19-26, the outcome should be 'High'.

    Please help!

    Thanks,

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Multiple IF functions

    Hello and welcome to the forum.

    If your "another cell" is A1, try this:

    =LOOKUP(A1,{0,10,19},{"Low","Medium","High"})

    If it is possible for the sum to be greater than 26 and you want to return something else for that scenario, that would look like this:

    =LOOKUP(A1,{0,10,19,27},{"Low","Medium","High","something else"})

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

    Re: Multiple IF functions

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    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. Replies: 6
    Last Post: 03-17-2015, 01:35 AM
  2. Combining multiple functions>lookup/sum functions
    By mush106 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 05-22-2013, 07:47 AM
  3. [SOLVED] Help with multiple IF functions and possible lookup functions.
    By englishfellow in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-29-2013, 01:49 PM
  4. Replies: 4
    Last Post: 03-08-2013, 09:49 AM
  5. Replies: 4
    Last Post: 01-08-2013, 09:04 AM
  6. Multiple IF Functions or VLOOKUP functions
    By yinka00000 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2012, 11:29 PM
  7. [SOLVED] multiple "if" functions depending on previous functions
    By andyr85 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-20-2012, 10:05 AM

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