Please see the attached example that shows exactly what I am looking for.
Thanks
Please see the attached example that shows exactly what I am looking for.
Thanks
First, you'll need to insert a new column in Sheet2, Column C where C2 =A2&B2, dragged down. You can hide that column if you like.
Next, some of your names on Sheet1 col A have spaces after them. Get rid of them or you won't get matches.
In Sheet1!B2, dragged across and downDoes that work for you?![]()
=INDEX(Sheet2!$D$2:$G$13,MATCH($A2&LEFT(B$1,4),Sheet2!$C$2:$C$13,0),MATCH(RIGHT(B$1,2),Sheet2!$D$1:$G$1,0))
Alternately, if you don't want to remove those spaces in Col A sheet1,![]()
=INDEX(Sheet2!$D$2:$G$13,MATCH(TRIM($A2)&LEFT(B$1,4),Sheet2!$C$2:$C$13,0),MATCH(RIGHT(B$1,2),Sheet2!$D$1:$G$1,0))
Last edited by ChemistB; 02-17-2010 at 06:31 PM.
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
This is great. Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks