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)