+ Reply to Thread
Results 1 to 4 of 4

Return Column of Reference for LARGE Array

  1. #1
    Registered User
    Join Date
    08-08-2018
    Location
    Indiana
    MS-Off Ver
    Office 365
    Posts
    20

    Return Column of Reference for LARGE Array

    ...or any other formula.

    This seems like Excel 101 but I can't nail down what I'm missing.

    I have a header column full of names in a matrix of sales figures for each day. All I want to do is, on a separate sheet in the same workbook, identify the top 5 best days in whatever column that name is in. I gave up back when I made this and just manually looked up which array corresponded to each person, but I'm going to need to know for future projects. And besides, this seems like Excel 101!

    I could have just named the ranges, but it might not always be that simple. How do I direct a MATCH or whatever formula to return a certain array where the header matches a specific criteria so I can just change the criteria in the cell the formula is directed to instead of manually updating to add in each range?

    Example is attached. Thank you!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    12-05-2018
    Location
    Philippines
    MS-Off Ver
    2013
    Posts
    4

    Re: Return Column of Reference for LARGE Array

    Hi sp0ck1,

    I already had solution in your problem. What I did is to use the following formula
    • Formula: copy to clipboard
      Please Login or Register  to view this content.
    • Formula: copy to clipboard
      Please Login or Register  to view this content.
    • Formula: copy to clipboard
      Please Login or Register  to view this content.
    • Formula: copy to clipboard
      Please Login or Register  to view this content.

    Please see attached file for your reference
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    08-08-2018
    Location
    Indiana
    MS-Off Ver
    Office 365
    Posts
    20

    Re: Return Column of Reference for LARGE Array

    Thank you so much! Understanding how this works will be helpful in many different applications.

    -Cory

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,036

    Re: Return Column of Reference for LARGE Array

    I don't recommend using OFFSET, unless you have to. It recalculates everytime anything changes. Try this insted. To return amounts:

    =IFERROR(LARGE(INDEX(Matrix!$D$2:$AE$500,,MATCH($B$1,Matrix!$D$1:$AE$1,0)),ROWS($1:1)),"")

    to return dates:

    =IFERROR(INDEX(Matrix!$B$2:$B$500,MATCH(Data!B3,INDEX(Matrix!$D$2:$AE$500,,MATCH($B$1,Matrix!$D$1:$AE$1,0)),0)),"")

    see sheet.
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

+ 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. Return a reference from LARGE function
    By marcusmpe in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 03-15-2017, 03:28 AM
  2. Return row reference for minimum value in an array
    By wallock in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-02-2014, 08:56 PM
  3. [SOLVED] How to use LARGE to return a cell reference for use in OFFSET formula
    By TC1980 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 10-11-2013, 08:31 AM
  4. Replies: 0
    Last Post: 08-23-2012, 01:43 PM
  5. Replies: 3
    Last Post: 06-09-2011, 02:47 PM
  6. Vlookup Reference column # too large?
    By weiwei in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-14-2010, 09:28 AM
  7. Replies: 4
    Last Post: 05-02-2006, 11:00 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