pct5003
New Member
- Joined
- Nov 6, 2013
- Messages
- 4
Hello All,
I am using Excel 2010. I named a data set System and on another spread sheet I have a column for the name of the data sets. I want to write a vlookup and use the column with the names of the data set, lets use B2, as the array. For example:
=vlookup($A2,B2,18,false)
I also tried:
=vlookup($A2,"{"&B2&"}",18,false)
B2 is the data set name, in this example System
I want the array to be dynamic so that I do not have to change it for every single data source I have. Any help would be greatly appreciated.
I am using Excel 2010. I named a data set System and on another spread sheet I have a column for the name of the data sets. I want to write a vlookup and use the column with the names of the data set, lets use B2, as the array. For example:
=vlookup($A2,B2,18,false)
I also tried:
=vlookup($A2,"{"&B2&"}",18,false)
B2 is the data set name, in this example System
I want the array to be dynamic so that I do not have to change it for every single data source I have. Any help would be greatly appreciated.
Last edited: