vlookup a vlookup

itsmeagain

New Member
Joined
Nov 16, 2005
Messages
3
I am using vlookup to pull a value from a table(1) and move it to the left of my new table(2). I would like to then use the value that was returned in table(2) in a new vlookup formula to populate another table(3). Is there anyway to have excel recognize the returned value that is in table(2) as the lookup_value in vlookup for my third table?
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
You should be able to do it just like a normal vlookup. If that isn't the answer try posting your worksheet so we can see your problem.
 
Upvote 0
Unfortunately, i cant download any programs here at work, so i will do my best.

Table(1) is just a list of managers and codes
smith -- 1a1
smith -- 1a2
smith -- 1c5
jones -- 1g4
jones -- 3d8

Table(2) populates column 1 using vlookup referencing the codes on column 2
jones -- 3d8 -- 98798798798 -- 654654 -- 6546465
jones -- 3d8 -- 56465465465 -- 654654 -- 1334354
smith -- 1c5 -- 32434346546 -- 231646 -- 6546546

I am trying to populate table(3) on new sheets with all of the data from each name on its own new sheet
jones -- 3d8 -- 98798798798 -- 654654 -- 6546465
jones -- 3d8 -- 56465465465 -- 654654 -- 1334354
jones -- 1g4 -- 76353421321 -- 335455 -- 2165465

If i change the array on my 2nd lookup to reference any other column, it works like a charm....but when I try to reference column 1 on table(2) I get a "#N/A" error. I am assuming this is because I am trying to reference a reference--- the formula I am using is =VLOOKUP("JONES",Sheet1!A:G,2,FALSE)
 
Upvote 0
It should be noted that also if I enter "Jones" into a cell manually, the formula also works, so I am certain that the problem is the fact that my first column is a vlookup reference. Please help!
 
Upvote 0
I got the same problems...
if I have a vlookup refered to cell containing a formula instead of a specific value, then it'll show #N/A
 
Upvote 0

Forum statistics

Threads
1,214,864
Messages
6,121,984
Members
449,058
Latest member
oculus

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