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.
Have a look at INDEX/MATCH combination to do that.
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
Yeah thanks! So simple once you know where to look!
=INDEX(Full_Source_Table,MATCH(A28,Row_Title,0),MATCH(C22,Column_Title,0))
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks