Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've got the standard task of referencing cells in other sheets from a
summary sheet using vlookup, no problems there. The problem I have is that the sheet names to be indexed are listed in a column in my summary sheet. I can't find a way to create the vlookup formula referencing a cell to indicate the sheet name. currently it works like this: =VLOOKUP($C$4,'[BBC123.xls]Sheet1'!$E$16:$K$21,2,FALSE) I want something like: (cell C5 = BBC123.xls) =VLOOKUP($C$4,'[ C5 ]Sheet1'!$E$16:$K$21,2,FALSE) Ideas most welcome! TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Jan 16, 4:39 pm, Danny Bhoy wrote:
I've got the standard task of referencing cells in other sheets from a summary sheet using vlookup, no problems there. The problem I have is that the sheet names to be indexed are listed in a column in my summary sheet. I can't find a way to create the vlookup formula referencing a cell to indicate the sheet name. currently it works like this: =VLOOKUP($C$4,'[BBC123.xls]Sheet1'!$E$16:$K$21,2,FALSE) I want something like: (cell C5 = BBC123.xls) =VLOOKUP($C$4,'[ C5 ]Sheet1'!$E$16:$K$21,2,FALSE) Ideas most welcome! TIA Update: I have been provided with a solution using an INDIRECT however for it to work the sheet references must be open. I'm working with 100's of sheets so this is not a solution that will work for me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
need help with a solution - maybe vlookup? | Excel Worksheet Functions | |||
Vlookup challenge | Excel Worksheet Functions | |||
vlookup and hlookup formula, a good challenge | Excel Worksheet Functions | |||
VLOOKUP - or a better solution | Excel Worksheet Functions | |||
Solution Required to prevent #Ref! when rows deleted | Excel Worksheet Functions |