Thread: Worksheet links
View Single Post
  #2   Report Post  
JE McGimpsey
 
Posts: n/a
Default

Take a look at INDIRECT() in XL Help. For example:

E5: =INDIRECT("'Sheet1'!" & C6)

In article ,
"Ken Rock" wrote:

Hi,
Can anyone help me with this request?
I can copy the data in cell D4 of worksheet 'Sheet1' to,say, cell E5 in
Sheet2 in the same workbook by typing into Sheet2,cell E5 " =sheet1!D4 ".
Is it possible to refer to another cell in Sheet2 which contains the cell
address referring to the data in Sheet1?
For example, C6 in Sheet2 contains the data "D4", is it possible to put into
E5 some expression using the format " =Sheet1!(contents of Sheet2,C6)?
Thanks in advance, Ken Rock