Excel hyperlink to web page location with id or named anchor

后端 未结 8 1854
死守一世寂寞
死守一世寂寞 2021-02-19 01:05

In Excel, I can create a hyperlink to a web page. However, if the URL contains a # character, Excel always converts the hash sign to space-hyphen-space so the link no longer wor

8条回答
  •  再見小時候
    2021-02-19 01:53

    I was able to get around this by using %23 in place of the # (hashtag|pound sign). My URL's now work within Excel 2013. The 'hovertext' shows the # symbol in the URL, but editing the link shows the %23.

    http://www.example.com/page#location does not work

    http://www.example.com/page%23location works

提交回复
热议问题