Results 1 to 9 of 9

Using LARGE or MAX inside INDEX-MATCH formula with multiple criteria

Threaded View

  1. #1
    Forum Contributor Big.Moe's Avatar
    Join Date
    03-15-2012
    Location
    Corea, Maine, USA
    MS-Off Ver
    Excel 2010
    Posts
    258

    Using LARGE or MAX inside INDEX-MATCH formula with multiple criteria

    I've got an INDEX-MATCH that is working just great, but then I realized that I will most likely have the condition where I have more than one result that is under 100 (see below). So, I'm trying (without success) to incorporate LARGE into the formula in order to get the largest number below 100.

    EDIT: At this point, I've reached the end of my Excel rope and completely flabbergasted.
    Any help, suggestions, or nudges no matter how small would be greatly appreciated.

    Here is the formula that worked great without LARGE:
    Formula: copy to clipboard
    =INDEX(Inventory!A6:I45,MATCH(1,(Inventory!A6:A45=B9)*(Inventory!C6:C45<100),0),9)

    This was my last unsuccessful attempt at incorporating LARGE into the formula:
    Formula: copy to clipboard
    =INDEX(Inventory!A6:I50,MATCH(1,(Inventory!A6:A50=B10)*(Inventory!C6:C50<100)*(LARGE(Inventory!C6:C50,1)),0),9)

    EDIT: Here is the formula suggested to me using MAX instead of LARGE that worked great in F9, but returns #N/A errors in subsequent cells:
    Formula: copy to clipboard
    =INDEX(Inventory!A6:I13,MATCH(1,(Inventory!A6:A13=B9)*(MAX((Inventory!C6:C13<100)*Inventory!C6:C13)=(Inventory!C6:C13<100)*Inventory!C6:C13),0),9)

    EDIT: I've attached a reduced version of the file below.

    Here's a quick screen grab:
    Formula.jpg
    Attached Files Attached Files
    Last edited by Big.Moe; 02-28-2017 at 12:06 AM. Reason: Update Info

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 & LARGE Functions, Multiple Criteria
    By skyhawk3485 in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 12-19-2018, 09:55 AM
  2. Index Match Large formula with multiple criteria
    By Dylan Cooper in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-21-2016, 06:00 PM
  3. Increase criteria for {=INDEX(A:A,MATCH(LARGE(IF(B:B=52,C:C),1),C:C,0))}
    By albanhac in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-14-2016, 07:31 PM
  4. [SOLVED] Index Match with multiple criteria and selecting data from a large table
    By Aquarock in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-14-2014, 09:26 PM
  5. [SOLVED] Putting OR inside a INDEX SMALL formula for multiple criteria, can it be done?
    By whetu in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-22-2014, 06:56 AM
  6. Replies: 2
    Last Post: 09-27-2014, 04:34 PM
  7. Excel 2007 : Index, Match, Large Formula: Multiple Criteria, Multiple Ranges
    By SimpleJack in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-19-2013, 08:54 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