View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default HYPERLINK - Jump to another sheet in the same workbook

David McRitchie posted this and it might help you:

=HYPERLINK("#"&CELL("address",C5),C5)
=HYPERLINK("#"&CELL("address",sheetone!C5),sheeton e!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 "sending" sheet.

Tor Einar wrote:

My workbook's name is Test.xls. By clicking a specific cell in sheet 1, I
want Excel to jump to sheet 3 in the same workbook. What is wrong with my
formula:
=HYPERLINK("(Test)Sheet3!";"Click")


--

Dave Peterson