Sep 14 2023 03:46 AM
Hi,
I have a Wiki site which currently uses URLS from individual excel sharepoint files for individuals on my team to open a workbook to record data.
I am condensing these 10 files into one big workbook with separate tabs for each individual but I still want my team to have separate links on the Wiki site which will open the excel file on the individual's assigned tab.
I've searched through previous suggestions on this which haven't worked for me. I'm running a 64-bit version of Excel on MS Office LTSC Professional Plus 2021.
Thanks.
Sep 14 2023 05:12 AM
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
Sep 14 2023 05:15 AM
Jan 04 2024 07:16 AM
Tested mate, does not work.
Jan 04 2024 07:25 AM
consider implementing a “Contents Page” approach:
Creating Hyperlinks to Individual Sheets:
Distributing the Contents Page Link:
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)
Apr 23 2024 11:56 AM
@Tomggill As long as the workbook is in a shared location, did you try right-clicking on the worksheet tab and selecting Link to this Sheet? Then you can paste that copied link in a browser and it should direct you right to the desired sheet. It's not a pretty URL, but it seems to work.
Aug 13 2024 11:03 AM