Excel 2010 - Hyperlink Text Only & Not Entire Cell

后端 未结 4 433
我在风中等你
我在风中等你 2021-01-04 04:52

Is there a way to add a hyperlink to text only and not the entire cell in Excel 2010?

I am only able to insert a hyperlink which affects the entire cell (even white

相关标签:
4条回答
  • 2021-01-04 05:09

    I'm not sure.. I just wrote this, but it acts the same as adding a hyper reference (although you can still select the whitespace of a cell (after the text has finished) and it won't follow the link)

    =CONCATENATE("This is your ", HYPERLINK("http://www.google.com","Google"), " link")
    

    Just as a FYI, you can hold ALT key and click on a cell without it opening the URI

    0 讨论(0)
  • 2021-01-04 05:10

    I got over this by turning off the "wrap text" from the cell formatting.

    0 讨论(0)
  • 2021-01-04 05:23

    really, if you have wrap text turned on, the whole cell will act as a hyperlink. if you have wrap text turned off, only text will act as a hyperlink.

    0 讨论(0)
  • 2021-01-04 05:25

    It's a very odd thing. If I link to a .doc or docx document, only the text is linked. If I link to a .txt document, the whole cell is a link. I think it's just an odd excel glitch.

    0 讨论(0)
提交回复
热议问题