Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The basic description of the problem is that I have data scattered in a bunch
of date-named files, and I am trying to assemble them back into the same table using VLOOKUP function, where I have to change the workbook source names - and I am getting an error, indicating that my reference is a text string (which it is), not the proper reference. Example: What it should be: A1= '11-20 (date) B1= 'C:\Folder\11-20 sales.xls'!data$A$1:$D$35 (reference text as a result of a formula) C1=vlookup(A1,indirect(B1),false,2) - ref error When I tried to concantinate the reference in the vlookup formula itself I got value error from inability to convert text into reference link, like this: vlookup(A1,"'C:\Folder\11-20 sales.xls'!data$A$1:$D$35",false,2) Appreciate your help, PS I am not good with VB. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how do I convert text string into a cell reference | Excel Discussion (Misc queries) | |||
HOW TO EXTRACT CELL REFERENCE AS TEXT FROM NAMED RANGE | Excel Worksheet Functions | |||
Convert text in cell to a range name for formula | Excel Worksheet Functions | |||
convert a range of lowercase text to upper text or vice versa | Excel Worksheet Functions | |||
How can I convert text to reference ? Ex: ISNUMBER(ADDRESS(6;10;2. | Excel Discussion (Misc queries) |