Find vlookup result of the 1st vlookup

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
591
Office Version
  1. 365
Platform
  1. Windows
I am trying to find the result of a vlookup from a vlookup

I have initials in column B (B1:B100) (JBS)
I have a table (AG1:AH10) Column AG has the same initials as B (JBS)
Column AH has the person's full name John Smith
I now need to vlookup John Smith from another table (AA1:AB10) Column AA has the name John Smith
Column AB has my ending result I am looking for.

So vlookup (b1, AG1:AH10, 2,false) the result of that I need to vlookup in AA1:AB10, 2, false)

Thank you,
James
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
How about
=vlookup(vlookup (b1, AG1:AH10, 2,false),AA1:AB10,2,0)
 
Upvote 0
Here is wasn't thinking it was that simple. Thanks. Works perfect.
 
Upvote 0
You're welcome & thanks for the feedback
 
Upvote 0

Forum statistics

Threads
1,223,904
Messages
6,175,295
Members
452,633
Latest member
DougMo

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