Excel hyperlinks to Sharepoint documents not working

D'Orazio Mario 11 Reputation points
2021-11-29T11:12:04.833+00:00

I'm using an Excel file stored on a Sharepoint server using Excel Web Access.
The file contains several hyperlinks to other documents hosted on the same Sharepoint, that always worked fine.
Some days ago, the hyperlinks began not work any more, because all blank spaces contained in the file name become %2520 instead of %20.
The funny thing is that if the same Excel document is opened from a synchronized directory using the Excel App, the hyperlinks worrk fine.
Any news about recent modifications on the behaviour of Excel Web Access , and suggestions to fix this error?

Microsoft 365 and Office SharePoint For business Windows
Microsoft 365 and Office Excel For business Windows
{count} votes

3 answers

Sort by: Most helpful
  1. Allen Xu_MSFT 13,861 Reputation points
    2021-11-30T07:59:29.86+00:00

    Hi @D'Orazio Mario ,

    As per my test, I can also reproduce this issue on my end. I find a workaround: if you use Hyperlink function, and replace "%20" with space back for URL ("%20" which is a space in the path), you could open the hyperlink normally.

    =HYPERLINK("url","display text")  
    

    153626-image.png

    Back to this issue, I'm afraid the cause is that there is something wrong in the backend which we have no control of. You can create a service request in Microsoft 365 admin center to check this issue with Microsoft experts.

    ----------

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Anonymous
    2022-11-07T16:50:06.4+00:00

    We were having similar issues. Had an Excel spreadsheet with links to Word docs all housed on SharePoint. Links would work fine in some instances and not others, and eventually all be broken. We determined every employee needed to update their Excel to stop "auto updating of links upon saving", see below for steps we took to fix this problem:

    Open Excel
    Click File

    Click Options

    Click Advanced on left menu
    Scroll down to General heading (on right)
    Click on Web Options button

    Click on Files tab
    UNCHECK box ‘Update links on save’
    Click OK
    Click OK


  3. D'Orazio Mario 11 Reputation points
    2023-03-30T11:18:54.4533333+00:00

    The problem disappeared by itself few weeks later; I supposed that it was caused by some service pack applied on your servers that fixed the problem, probably caused by an unstable version that was released by mistake

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.