hYPERLINK

  • Thread starter Thread starter Nora
  • Start date Start date
N

Nora

Can I use a hyperlink to point to another location in the same book but on a
different page?
 
=HYPERLINK("#'some other sheet'!A1:A10")

This will jump to a tab called:
some other sheet
 
=HYPERLINK("#'some other sheet'!A1:A10")

This will jump to a tab called:
some other sheet
 
Hi Nora,
yes you can , right click on the mouse, last option Hyperlink, then 2nd
option at your left said Place in this Document and enter the cell reference

If this helps please click yes, thanks
 
Hi Nora,
yes you can , right click on the mouse, last option Hyperlink, then 2nd
option at your left said Place in this Document and enter the cell reference

If this helps please click yes, thanks
 
Thank you both for your help.. I knew it can be done, I was just going blank..
 
Thank you both for your help.. I knew it can be done, I was just going blank..
 
David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)

These formulas will adjust if you change the sheet name or insert/delete
rows/columns on the linked sheet.
 
David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheetone!C5)
=HYPERLINK("#"&CELL("address",'sheet two'!C5),'sheet two'!C5)

These formulas will adjust if you change the sheet name or insert/delete
rows/columns on the linked sheet.
 

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