moodhairboy
New Member
Hi,
I am not sure if this is the right solution the vlookup() calling a second one to get a value. The main reason I am not sure is simply because it isn't working. Here's is what I am trying to do.
In worksheet A - I Have a value 12345 in a call A1 that is the result of a vlookup in worksheet b.
In worksheet C - I have a two colum list that is composed of a numeric employee id and the second column is the name.
Worksheet B is my raw data that is compiled from data extracts from several systems. Worksheet A is a summarized list of the key data records I need.
Worksheet C and others are reference tables that allow me to convert short address codes into full names, employee numbers into employee names etc.)
The formula that I am trying to use is this:
=VLOOKUP(AF3,Buyers!$A$2:$B$120,2,FALSE)
I lookup the value in 'AF3' (which itself is a vlookup result of worksheet B) and then attempt to look up that value in "Buyers" 'worksheet b' and get the result in col 2 if it matches AF3.
I get #N/A all the time.
Any ideas?
I am not sure if this is the right solution the vlookup() calling a second one to get a value. The main reason I am not sure is simply because it isn't working. Here's is what I am trying to do.
In worksheet A - I Have a value 12345 in a call A1 that is the result of a vlookup in worksheet b.
In worksheet C - I have a two colum list that is composed of a numeric employee id and the second column is the name.
Worksheet B is my raw data that is compiled from data extracts from several systems. Worksheet A is a summarized list of the key data records I need.
Worksheet C and others are reference tables that allow me to convert short address codes into full names, employee numbers into employee names etc.)
The formula that I am trying to use is this:
=VLOOKUP(AF3,Buyers!$A$2:$B$120,2,FALSE)
I lookup the value in 'AF3' (which itself is a vlookup result of worksheet B) and then attempt to look up that value in "Buyers" 'worksheet b' and get the result in col 2 if it matches AF3.
I get #N/A all the time.
Any ideas?