Hyperlink help

jsambrook

Board Regular
Joined
Feb 1, 2010
Messages
214
I have a spreadsheet for timesheets that has a summary page on the front and all of the employees have a tab with their time on it. I want to have a hyperlink to the employee tab on the same cell as the employee name on the summary sheet. The problem that I have is that I have a macro that inserts all the sheets for a new employee and it will copy and paste this in as the new employee so ideally the link needs to use what is in the cell. Any ideas?
thanks
Janni
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
You can construct a hyperlink with a formula like this:

=HYPERLINK("#'Employee Name'!A1","Employee Name")

Change Employee Name to the name of the worksheet.
 
Upvote 0
Thanks for that, can I get the employee name to link to a cell with the employee name in it? Would I need to use indirect? Also what purpose does the # key have?
thanks
Janni
 
Upvote 0
If A1 contains the employee name:

=HYPERLINK("#'"&A1&"'!A1",A1)

The # means the workbook containing the formula.
 
Upvote 0

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top