hyperlink to value

  • Thread starter Thread starter icestationzbra
  • Start date Start date
I

icestationzbra

i have a question regarding getting the value of a hyperlink.

i have a hyperlink to Sheet2 in cell A1 on Sheet1.

i would like to be able to use that value in a formula in cell B1 o
Sheet1:

=A1!B2

should return essentially the equivalent of Sheet2!B2.

how do i do that
 
Hi
not possible without VBA. You could use something similar if A1
contains the string
sheet1

then use
=INDIRECT("'" & A1 & "'!B2")
 

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