+ Reply to Thread
Results 1 to 4 of 4

Multiple responses based on value range

  1. #1
    Registered User
    Join Date
    11-29-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    2

    Talking Multiple responses based on value range

    Hi, basic enough excel user.... I need a cell to return a value based on it's numerical range for 4 different ranges. I've got everything in place to return values now I just need to have the value of that cell to return a result in the other cell. I can use IF function for a range for one value, it's just adding in the extra ranges I'm stuck at.

    So:
    If cell A1 less than 7 then A2 would be -1
    If cell A1 between 14 and 8 then A2 would be -2
    If cell A1 between 21 and 15 then A2 would be -3
    If cell A1 between 28 and 22 then A2 would be -4
    If cell A1 greater than 28 the A2 would be 4+

    Hope that makes sense

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Multiple responses based on value range

    Hi there. try this:

    =IF(A1="","",LOOKUP(A1,{0,8,15,22,29},{-1,-2,-3,-4,"4+"}))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    11-29-2018
    Location
    England
    MS-Off Ver
    2016
    Posts
    2

    Re: Multiple responses based on value range

    Well..... that is TOTALLY not the way I was trying to do it at all lol!

    But yes that works thanks, appreciate it

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: Multiple responses based on value range

    You're welcome.



    If that takes care of your original question, please select "Thread Tools" from the menu link above and mark this thread as SOLVED.

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.

+ 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] Re-ordering multiple responses into new cells based on 1 condition
    By exceladventurer in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 09-05-2018, 12:16 PM
  2. Replies: 2
    Last Post: 11-06-2017, 02:02 PM
  3. Changing Drop Down to Allow Multiple Responses and adding new responses to drop down
    By Anthony Buchanan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-24-2016, 02:17 PM
  4. Unique list from multiple responses to multiple criteria
    By 0Stump3 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-12-2015, 12:11 PM
  5. how to set a result based on a range of responses in a userform??
    By NayB1980 in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-10-2013, 09:22 PM
  6. [SOLVED] Help hiding/unhiding rows based on multiple responses
    By mglitter1 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-06-2013, 07:11 PM
  7. lookup one value over multiple sheets & return multiple responses
    By rsagar-patt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-01-2012, 11:30 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