Excel functions and macros

  • Thread starter Thread starter J
  • Start date Start date
J

J

How can I create a function or macro that will alow me to
click on a cell and have that cell take me to a worksheet
within the document?
 
You can do this with the HYPERLINK function, for example:
=HYPERLINK(Sheet2!B2,"click here")
 
Hi! I tried this and it is not working. It won't bring
me to the page but shows the link.
 
I figured it out! Thank you very much!
-----Original Message-----
You can do this with the HYPERLINK function, for example:
=HYPERLINK(Sheet2!B2,"click here")




.
 

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