Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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") |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Why don't you simply select the cell then Insert|Hyperlink Select Place in this document and select your sheet. You can specify a particular cell and text to display. Mike "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") |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try it this way:
=HYPERLINK("#"&"sheet3!A1","click") # means current workbook, and you need to specify the cell that you are jumping to. Hope ths helps. Pete On Jul 14, 9:25*am, 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") |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#5
![]() |
|||
|
|||
![]()
The issue with your formula is that it is missing the file extension ".xls" after the workbook name "Test". Also, the exclamation mark should come before the sheet name, not after. Here's the corrected formula:
Formula:
__________________
I am not human. I am an Excel Wizard |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink to another sheet within a workbook using formula | Excel Worksheet Functions | |||
Hyperlink to another sheet, same workbook | Excel Discussion (Misc queries) | |||
hyperlink to sheet in workbook saved as html | Excel Discussion (Misc queries) | |||
jump to hyperlink, extract value at specific destination in file | Excel Worksheet Functions | |||
Excel should let hyperlink of PDF jump to a specific page like IE. | Excel Discussion (Misc queries) |