I use the following function in excel to display day from one sheet on another using a cell reference rather than the worksheet reference:
=INDIRECT (A1&"!C3")
This means that people can type the name of their worksheet in cell A1 and the contents of cell C3 of that worksheet will be displayed.
What I want to do now is enhance that by creating a hyperlink to that cell reference, but I can't get it to work. If I do:
=HYPERLINK(INDIRECT(A1&"!C3"),INDIRECT(A1&"!C3"))
Then it displays the contents of the cell correctly, but the hyperlink doesn't work.
Is it possible for me to get this to work?
many thankd
=INDIRECT (A1&"!C3")
This means that people can type the name of their worksheet in cell A1 and the contents of cell C3 of that worksheet will be displayed.
What I want to do now is enhance that by creating a hyperlink to that cell reference, but I can't get it to work. If I do:
=HYPERLINK(INDIRECT(A1&"!C3"),INDIRECT(A1&"!C3"))
Then it displays the contents of the cell correctly, but the hyperlink doesn't work.
Is it possible for me to get this to work?
many thankd