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

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
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,214,875
Messages
6,122,046
Members
449,063
Latest member
ak94

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