+ Reply to Thread
Results 1 to 4 of 4

Index/Match using Large Formula

  1. #1
    Forum Contributor
    Join Date
    06-23-2010
    Location
    Iowa, United States
    MS-Off Ver
    Excel 2007
    Posts
    145

    Index/Match using Large Formula

    Hello,

    I have a list of names and associated numbers. I want to use the following to return the descriptor of the nth largest number:

    =INDEX(A8:A10,MATCH(LARGE(B8:B10,1),B8:B10))

    However, the formula seems to return the last value in the data set. I believe the error is somewhere in the Match function.

    I have attached an example workbook with a mock data set that is representative of my larger and actual one. Thanks for the help!

    Steve
    Attached Files Attached Files
    A VBA novice, excited to learn!

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Index/Match using Large Formula

    You need an exact match.. hence use

    =INDEX(A8:A10,MATCH(LARGE(B8:B10,1),B8:B10,0))
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Index/Match using Large Formula

    You are missing the last argument of match function

    =INDEX(A8:A10,MATCH(LARGE(B8:B10,1),B8:B10,0))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Forum Contributor
    Join Date
    06-23-2010
    Location
    Iowa, United States
    MS-Off Ver
    Excel 2007
    Posts
    145

    Re: Index/Match using Large Formula

    Bingo! Thanks Ace.

    You've certainly moved up in prestige quickly. I recall when you first began contributing ~1 year ago in the VBA forums

+ 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] Problem Using LARGE formula with Index/Match to pull values when there are Duplicates
    By BDavis in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-11-2014, 02:23 PM
  2. 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
  3. [SOLVED] Long array formula with INDEX and MATCH quits working when range is too large
    By UncleKevy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-05-2013, 09:42 PM
  4. [SOLVED] using Index, Match, Large, and Visible Cells in one formula
    By jomili in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 01-10-2013, 01:58 AM
  5. Large, Small, Index, Match formula combos
    By taudano in forum Excel General
    Replies: 2
    Last Post: 06-30-2011, 01:53 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