View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marcotte A[_2_] Marcotte A[_2_] is offline
external usenet poster
 
Posts: 15
Default Referencing a cell containing sheet name

I have a summary page in my workbook that has the individual sheet names listed in column A. Is there a way to reference the cells in column a within a formula so that the formula pulls the info from the appropriate page

This is what I want the end result to be....
A
1 Sheet1 ='Sheet1'!L3
2 Sheet2 ='Sheet2'!L3
3 Sheet3 ="Sheet3'!L3

but I would like to replace the " 'Sheet1'! " etc. with a reference to cells A1, A2 etc.