+ Reply to Thread
Results 1 to 5 of 5

Combing Lookup Horizontally and Vertically

  1. #1
    Registered User
    Join Date
    11-16-2012
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    19

    Combing Lookup Horizontally and Vertically

    Please help me understand the formula for the follows:

    Lookup result using both Column Header and Row (attachment included).

    Thank you.
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Combing Lookup Horizontally and Vertically

    Hi Kimberlyre,

    You need to provide more background to the problem. What are you trying to lookup (am assuming it would be ID's) and from where (source)? What is your desired output etc.

    Thanks.
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Combing Lookup Horizontally and Vertically

    duplicate post
    Last edited by FDibbins; 11-30-2012 at 06:52 PM.

  4. #4
    Registered User
    Join Date
    11-16-2012
    Location
    Denver, CO
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Combing Lookup Horizontally and Vertically

    I have a source document (huge file)....

    I am only interested in a few of the ID's and a few of the Column information. The source document has hundred's of ID, along with 50 different column types.

    Therefore, I want to be able to say based on this "ID", please return the Identified Column information.

    I hope this helps.

  5. #5
    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
    53,048

    Re: Combing Lookup Horizontally and Vertically

    you need to use index/match, not vlookup/hlookup

    something like...

    =index(range-including-headings,match(row-ID,row-ID-range,0),match(heading-name,heading-name-range,0))
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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