+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : Find table datat by lookup of row & column

  1. #1
    Registered User
    Join Date
    10-21-2011
    Location
    South East, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Smile Find table datat by lookup of row & column

    Hopefully a simple one ...
    I want to get data from a table referencing the valu of the row title and header title e.g. similar result to VLookup function - but instead of putting in a column number, I need it to find the column by its header (1st row) data (text).
    Last edited by Tyrrell; 10-21-2011 at 12:08 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: Find table datat by lookup of row & column

    Have a look at INDEX/MATCH combination to do that.
    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
    Registered User
    Join Date
    10-21-2011
    Location
    South East, England
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Find table datat by lookup of row & column

    Yeah thanks! So simple once you know where to look!

    =INDEX(Full_Source_Table,MATCH(A28,Row_Title,0),MATCH(C22,Column_Title,0))

+ 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