First of all thanks for the help before we start. I have a real file that is similar to the dummy file I will attach to this post. Onto the file:
The file I am giving, as you can see has 14 columns but only 2 are going to be used. What I want to do is look up the class first on the table sheet, Then from the class I want to lookup the amount shown in column J. In the step column( N), I want it to return the header (start, Step 1, etc.) from the table sheet from where we looked up the previous 2 lookups. If you could help I would appreciate it. Any questions ask.
Thanks,
Ryan
Last edited by bdevils2407; 08-09-2010 at 03:22 PM.
in N2, try:
copied down.=INDEX(Table!$B$1:$E$1,MATCH(J2,Table!$A$2:$A$8,0),MATCH(D2,INDEX(Table!$B$2:$E$8,MATCH(J2,Table!$A$2:$A$8,0),0)))
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.
It works great for the top class, what would I change to get the second, or in the real file the other classes to work, because right now when I copy it down I get a #ref!. Otherwise thanks, it worked great for the first class.
One too many functions...
Try:
=INDEX(Table!$B$1:$E$1,MATCH(D2,INDEX(Table!$B$2:$E$8,MATCH(J2,Table!$A$2:$A$8,0),0),0))
copied down.
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.
It worked great man, Thanks for the help.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks