Please help me understand the formula for the follows:
Lookup result using both Column Header and Row (attachment included).
Thank you.
Please help me understand the formula for the follows:
Lookup result using both Column Header and Row (attachment included).
Thank you.
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.
duplicate post
Last edited by FDibbins; 11-30-2012 at 06:52 PM.
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.
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks