Hyperlinks

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

Guest

Can you use the hyperlink function to point to cell within same workbook?
I'm using Excel 2003.

I don't want to use Insert/Hyperlink feature because I have about 100
hyperlinks that I need to be able to easily edit - using find/replace (can't
do this with Insert/Hyperlink)

Here's a sample of what I've got:
=HYPERLINK('Test sheet'!A60,"return")

From another worksheet, click on the cell with "return" and then it should
take me to cell a60 in test sheet.

Thanks, Mary-Lou
 
A hyperlink to a location in the same workbook actually is a 'SubAddress',
and you can enter it this way:
=HYPERLINK"#'Sheet Name'!A55","To Sheet 'Sheet Name' Cell A55")

Note that the link starts with the # symbol, and that if the sheet's name
has spaces in it, you need to delimit the sheet name with single quote marks.

Hope this helps.
 
Yes! That did the trick. Thank you very much.


JLatham said:
A hyperlink to a location in the same workbook actually is a 'SubAddress',
and you can enter it this way:
=HYPERLINK"#'Sheet Name'!A55","To Sheet 'Sheet Name' Cell A55")

Note that the link starts with the # symbol, and that if the sheet's name
has spaces in it, you need to delimit the sheet name with single quote marks.

Hope this helps.
 

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