+ Reply to Thread
Results 1 to 4 of 4

Index Large Match

  1. #1
    Registered User
    Join Date
    09-06-2008
    Location
    Colorado Springs
    Posts
    3

    Index Large Match

    Hello All,

    I'm sure this has been answered a thousand times, but I need some help. I'm using an index match formula and believe I need to embed a "large" function within it. For example in sheet 2, I have a formula in E1 that references columns A-C.

    Column A Column B
    ABC 12/31/2015
    ABC 12/31/2014
    ABC 12/31/2013
    BCA 12/31/2016
    BCA 06/30/2015
    BCA 06/30/2014

    I am looking for a formula that looks up the second date. If in cell D1, I write ABC, then ultimately I need the result of 12/31/2014 in cell E1. If in cell D2 I write BCA, then I need the result of 06/30/2015. I tried an index/match formula, but that didn't work. Basically it looked like this, index(Column B, Match(D1,Column A,0). I tried putting a "Large" formula in place of Column B within the index/match formula, but it gave me an error.

    Any thoughts?

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Index Large Match

    Looks like you are trying to find the 2nd largest date?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Index Large Match

    Try with in "E1"
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    If your name "A1:A6" & date "B1:B6"
    Criteria in "D1" as "ABC" or "BCA"


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Forum Contributor
    Join Date
    08-04-2004
    Location
    Amsterdam
    MS-Off Ver
    2016
    Posts
    186

    Re: Index Large Match

    Try this if all you need is the 2nd data for any value
    =INDEX($B$1:$B$6,MATCH($A$10,$A$1:$A$6,0)+1)

+ 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. Excel Index Match Large If
    By covanpatten2 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-12-2016, 05:43 PM
  2. [SOLVED] Formula - Index / Match / Large
    By jsneak in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-10-2015, 07:46 AM
  3. INDEX, MATCH and LARGE
    By ridebikes in forum Excel General
    Replies: 1
    Last Post: 10-24-2011, 04:03 PM
  4. Index, Match, and Large
    By edwardpestian in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-03-2006, 06:10 PM
  5. [SOLVED] Large Index Match Lookup
    By Qaspec in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  6. Large Index Match Lookup
    By Qaspec in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11:05 PM
  7. Large Index Match Problem
    By andyp161 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-18-2005, 09:15 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