+ Reply to Thread
Results 1 to 4 of 4

Index match with range of values

  1. #1
    Registered User
    Join Date
    04-08-2014
    Location
    Indianapolis
    MS-Off Ver
    Microsoft 365 MSO
    Posts
    9

    Unhappy Index match with range of values

    I have three columns, and the formula should look at the division that is input and then look at the dollar amount input and then output should be what level of approval should sign off on dollar amount
    I enter ABC and $100,000 = AVP (Sucess)
    I enter ABC and $5 = #N/A (Fail)

    I would like $0 to $99,999 = Not Required
    $100,000 to $499,999 = AVP
    And so on
    COL A COL B Col C
    Division Amount Approval
    ABC $0 Not Required
    ABC $100,000 AVP (4th level)
    ABC $500,000 VP (5th level)
    ABC $1,000,000 SVP/ Segment Head
    XYZ $0 Not Required
    XYZ $200,000 AVP (4th level)
    XYZ $500,000 VP (5th level)
    XYZ $1,000,000 SVP/ Segment Head

    {=INDEX(C3:C10,MATCH(1,(A14=A3:A10)*(A15=B3:B10),0))}

    Thank you in advance
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Index match with range of values

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,899

    Re: Index match with range of values

    Or try:

    =LOOKUP(2,1/(A3:A10=A14)/(B3:B10<=A15),C3:C10)

  4. #4
    Registered User
    Join Date
    04-08-2014
    Location
    Indianapolis
    MS-Off Ver
    Microsoft 365 MSO
    Posts
    9

    Thumbs up Re: Index match with range of values

    Thank you both very much! I've learned something new today

+ 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] Index, Match, Vlookup in a range - error for negative values
    By Tai1001 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-03-2018, 09:20 AM
  2. [SOLVED] Index match array of name and values in a range
    By gutterball in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-12-2016, 04:52 PM
  3. Index match then returning a range of date values
    By jenniesmith in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-04-2015, 01:07 PM
  4. Index, Match to a range of values < >
    By overbomb in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-04-2015, 09:51 AM
  5. [SOLVED] INDEX MATCH - Selecting lowest value in a range of values
    By indyrob in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-23-2013, 04:36 AM
  6. Replies: 17
    Last Post: 12-05-2012, 09:01 PM
  7. VBA - Index double match and insert values in range
    By Biinge in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-02-2011, 02:43 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