+ Reply to Thread
Results 1 to 4 of 4

Lookup Row, Return Column Header

  1. #1
    Forum Contributor
    Join Date
    05-18-2004
    Location
    Portland, Oregon
    MS-Off Ver
    2016
    Posts
    182

    Lookup Row, Return Column Header

    Hello Everyone,

    I have looked for examples, however unsuccessful, for my apparently simple issue.

    All I am trying to do is create a lookup for values in Row 3 and return the Row 2 same column value.

    Attached is what I am trying to do.

    Thanks,
    Matt
    Attached Files Attached Files
    Last edited by matt4003; 06-25-2010 at 05:17 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup Row, Return Column Header

    Try:

    =INDEX($D$2:$I$2,MATCH(C3,$D3:$I3,0))

    If you want dynamic, change $I$2 and I$3 to $IV$2 and $IV3, respectively to expand the whole row...

    This will capture first bidder it comes across if more than one have same highest bid.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    05-18-2004
    Location
    Portland, Oregon
    MS-Off Ver
    2016
    Posts
    182

    Re: Lookup Row, Return Column Header

    Hello NBVC,

    Thanks for the reply. It works well.

    From a dynamic perspective your suggestion works as long as the users don't put "usless" information out to the right side of the data, like subtotals, etc. Is there any way to use a more structured dynamic approach? Maybe some kind of offset function??

    Thanks,
    Matt

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Lookup Row, Return Column Header

    It depends on what kind of useless info is out there... or if you can set a limit (like nothing else before column Z... etc...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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