Find vlookup result of the 1st vlookup

JTL9161

Well-known Member
Joined
Aug 29, 2012
Messages
593
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

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
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,224,828
Messages
6,181,206
Members
453,022
Latest member
RobertV1609

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