+ Reply to Thread
Results 1 to 3 of 3

Need a multi-conditional index match statement with > and < criteria

  1. #1
    Registered User
    Join Date
    06-01-2016
    Location
    Wilsonville, Oregon
    MS-Off Ver
    2016
    Posts
    2

    Need a multi-conditional index match statement with > and < criteria

    I don't know if or how to use operators in Match statements (<,>,=)

    I need a multi-conditional index match statement with greater than and less than criteria.

    Any formula wizards have an example or explanation?

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Need a multi-conditional index match statement with > and < criteria

    MATCH can't use relational operators but it does have three options for how it matches. There is a good description of it in Excel Help.

    match_type Optional. The number -1, 0, or 1. The match_type argument specifies how Excel matches lookup_value with values in lookup_array. The default value for this argument is 1.

    The following table describes how the function finds values based on the setting of the match_type argument.


    Match_type: Behavior

    1 or omitted: MATCH finds the largest value that is less than or equal to lookup_value. The values in the lookup_array argument must be placed in ascending order, for example: ...-2, -1, 0, 1, 2, ..., A-Z, FALSE, TRUE.

    0: MATCH finds the first value that is exactly equal to lookup_value. The values in the lookup_array argument can be in any order.

    -1: MATCH finds the smallest value that is greater than or equal tolookup_value. The values in the lookup_array argument must be placed in descending order, for example: TRUE, FALSE, Z-A, ...2, 1, 0, -1, -2, ..., and so on.

    Can you give more detail about how your data is organized and what you are trying to do?
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    06-01-2016
    Location
    Wilsonville, Oregon
    MS-Off Ver
    2016
    Posts
    2

    Re: Need a multi-conditional index match statement with > and < criteria

    Your explanation led me to http://www.exceltactics.com/vlookup-...h-Two-Criteria and between your explanation and the websites example I was able to figure it out! THANKS

+ 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. Index & Match with IF statement for specific criteria
    By brad_x81 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-27-2015, 08:15 AM
  2. New & Lost: Multi Criteria & Multi Row INDEX, SMALL, MATCH...
    By morleyp in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 05-23-2014, 12:40 PM
  3. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  4. [SOLVED] Multi-conditional INDEX, MATCH, VLOOKUP... finding Lat & Long in a geographic square grid
    By heinemannj in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-03-2013, 12:38 PM
  5. Index with imbedded multi-criteria Match
    By DFELS in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-29-2013, 06:46 AM
  6. SOS:Return multiple values against multi criteria match and index function
    By nitesh_inin in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 11-26-2012, 05:45 PM
  7. Multi Criteria Index and Match - Getting #NA Error
    By abbati77 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-07-2012, 03:22 AM

Tags for this Thread

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