Forum Discussion
Create an external URL link so my excel workbook opens on a specific sheet.
Hi Tomggill,
if you want to create an external link that opens your Excel workbook directly on a specific sheet (tab), you can try this:
1. Save Your Excel Workbook:
- ensure that your Excel workbook is saved in a location which is accessible to your team (for example SharePoint or Onedrive)
2. Share the Workbook:
- Share the workbook with your team members so they have the rights to view it
3. Determine the name of the Excel sheet:
- find out (define) the exact name of the sheet you want to open. You can see this name at the bottom of your Excel workbook (it is better not to use special characters)
4. Create the External URL:
- create an external URL using the following structure:
https://example.com/path-to-your-workbook.xlsx#sheetname
* Replace `https://example.com/path-to-your-workbook.xlsx` with the actual URL to your workbook, and replace `sheetname` with the name of the sheet you wish to open.
For example:
https://example.com/your-sharepoint-folder/your-workbook.xlsx#Sheet1
5. Share the URL:
- share this generated URL with your team, perhaps by adding it to your Wiki site. When they click on the URL, it will directly open the workbook on the specified sheet.
The URL-encoded sheet name in the URL is case-sensitive, so it must match the actual sheet name precisely.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
Tested mate, does not work.
- LeonPavesicJan 04, 2024Silver Contributor
consider implementing a “Contents Page” approach:
- Initiate a new sheet in your Excel workbook and label it as “Contents Page” or a similar title.
- On this sheet, establish links or buttons for each team member that direct to their individual sheets.
Creating Hyperlinks to Individual Sheets:
- On the “Contents Page” sheet, generate hyperlinks to the individual sheets using the “Insert Hyperlink” function.
- To do this, right-click on the desired cell, select “Hyperlink,” and then opt for “Place in This Document.”
- From the list, select the appropriate sheet.
Distributing the Contents Page Link:
- Distribute the link to the “Contents Page” sheet amongst your team.
- When a team member selects a name or specific link, they will be directed straight to that person’s sheet.
By using this method, you create a central hub (the “Contents Page” sheet) from which your team members can effortlessly navigate to their respective sheets. This alternative can be more dependable across various environments.
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn) - Ian_Bishop66Dec 05, 2024Copper Contributor
Thanks, LeonPavesic . After a bit of messing about (had to open my workbook in Web version of Excel to get the 'Link' option on the tab as it doesn't appear when I open it on desktop Excel). I'm trying to hyperlink to the workbook tab from a presentation to save copying the contents into the presentation itself (around 30 rows of data, for which it's complicated as these are dynamically updated, so copying data into a presentation risks being out of sync with the live data).
The absolute perfect solution would be to get the link to automatically open the workbook in Excel desktop but what you've offered is 90% of the way there - thank you!