Hyperlink using a variable destination

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to have a hyperlink pointing to a different cell depending on the
value of another cell.
i.e.
Cell A1 has a variable value depending on some function, e.g. Z8 (which is
the cell address of where I want the hyperlink to be pointing to)
I want to have a hyperlink in cell D10 taking the data from cell A1 (i.e.
Z8) and pointing to cell Z8.

I don't know macro, so if I need macro to do this could someone please guide
me through it ?

Many thanks in advance
.... also could you please email me the answer as well to
(e-mail address removed)
 
Christos,

=HYPERLINK("[Book1.xls]Sheet1!" & A1, "Click me")

Change Book1 to the workbook name, Sheet1 to the sheet name.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top