Vlookup on columns and rows

whalay

New Member
Joined
Jan 30, 2014
Messages
5
Hello,

I need to do a Vlookup using criteria from the columns and rows. For example:

ID/CLASSAPPLEBOYCATDOGEGGFANGUNHORNINK
12435,6007651,123
14452,4341124459,4002,454
32433,0012237,21022230
21123,2332114481012,444
67569,3121,1219,9891,443
11111,1219,6567,1211,212

<tbody>
</tbody>

In another sheet, I have the ID and class but not arranged in this order. The data is large and would be tasking to go through manually. The ID/Class are unique identifiers.

How do I go about it? Your prompt response would be appreciated
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
ID/CLASSAPPLEBOYCATDOGEGGFANGUNHORNINK
12435,6007651,123
14452,4341124459,4002,454
32433,0012237,21022230
21123,2332114481012,444
67569,3121,1219,9891,443
11111,1219,6567,1211,212
IDCLASSRESULTFORMULA
1445DOG445=INDEX($B$2:$J$7,MATCH(A11,A2:A7,0),MATCH($B$11,$B$1:$J$1))

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,155
Messages
6,123,335
Members
449,098
Latest member
thnirmitha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top