What can be used to replace vlookup?

atearth

New Member
Joined
Feb 25, 2015
Messages
39
Office Version
  1. 365
  2. 2013
  3. 2007
Platform
  1. Windows
  2. Web
Please see the attached file and imagine.

http://s000.tinyupload.com/index.php?file_id=58887522662593874105

z438Hzn

https://ibb.co/z438Hzn

As you can see I have data from A1 to N20.

I also have data from P column to T column.

What kind of formula can I use so that cells in Q, R S and T show the correct values from looking at the data?
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
In Q2 copied down
=IFERROR(INDEX($A$2:$A$20,SUMPRODUCT(($E$2:$N$20=P2)*ROW($E$2:$N$20))-ROW($E$2)+1),"")
In R2 copied down & across
=IFERROR(INDEX(B$2:B$20,MATCH($Q2,$A$2:$A$20,0)),"")
 
Upvote 0

Forum statistics

Threads
1,215,477
Messages
6,125,036
Members
449,205
Latest member
Eggy66

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