Hi All,
I am reasonably new to excel and have a question I thought you may be able to help with.....
I would like to create a hyperlink on a cell that links to that cells value in a seperate worksheet. ie: Worksheet A, Cell A1=A12345 --- Hyperlink to Find value A12345 in worksheet b. Can this be done?
Thanks in Advance![]()
Last edited by BadWolf; 01-24-2012 at 06:48 PM.
This example creates a hyperlink to
To: cell C10
On: the sheet named MySheet
In: the current workbook
A1: Click Me
B1: (the sheet and cell location to link to___eg MySheet!C10)
This formula creates the hyperlink
C1: HYPERLINK("#"&B1,A1)
Note the hash mark (#) before the sheet name
Alternatively, you could use the Excel Main Menu:
• Select the cell to contain the hyperlink
• Insert.Hyperlink
• Click: Place in this document
...Complete the appropriate fields (Text to display, cell ref, etc)
Or...to build a link to a cell in the worksheet containing it (even if copied)
• Select the cell to contain the hyperlink
• Insert.Hyperlink
• Click: Existing file or webpage
• Address: #A1
• Click: OK
Does that help?
Hi Ron, Thanks for the reply.
Is there a way to make the hyperlink 'dynamic' in the sense that it can "lookup", or "find" a particular cells value in another worksheet. I am trying to create a reference between two worksheets.
ie:
worksheet #Itinerary, Cell A1 = "A Job no" (A7375).... (hyperlink on cell)
Click on link
Navigate to the row in worksheet #jobs that contains the value A7375.
I can envision the formula I could use, but am not used excel![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks