F
FERDIE
i have 3 separate workbooks. Each workbook contains the same structure.
I have defined a standard range name for each workbook called "DATA".
I want to get the data from a particular column for all workbook. I
have used the VLOOKUP function but i want to put the names of the file
to different cells so that it would serve as an argument using the "&"
symbol in the table_array field
VLOOKUP(A4,&B2,4,0)
against
VLOOKUP(A4,'C:\TEMp\TEMP1.xls'!DATA,4,0)
Is there any other way??? I appreciate any help...
Thanks in advance
I have defined a standard range name for each workbook called "DATA".
I want to get the data from a particular column for all workbook. I
have used the VLOOKUP function but i want to put the names of the file
to different cells so that it would serve as an argument using the "&"
symbol in the table_array field
VLOOKUP(A4,&B2,4,0)
against
VLOOKUP(A4,'C:\TEMp\TEMP1.xls'!DATA,4,0)
Is there any other way??? I appreciate any help...
Thanks in advance