View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
AndrewC AndrewC is offline
external usenet poster
 
Posts: 11
Default linking cells to mutliple worksheets.

I have 2 workbooks, one with multiple worksheets the other with just single
worksheet that links back to the other to get data, my problem is that I want
the linking to be semi-automatic I guess you could call it, here is an
example of what i mean:
Cell B4 ='[name of file.xls]A4'!$K$4
The "A4" I want to be a cell so then the next row would be:
Cell B5 ='[name of file.xls]A5'!$K$4
This way I only have to change the input in Column A
Any ideas?