How do I convert a column of text URLs into active hyperlinks in Excel?

后端 未结 22 2179
刺人心
刺人心 2020-12-07 07:42

I have a column in excel, wherein I have all the website url values. My question is I want to turn the url values to active links. There are about 200 entries in that column

22条回答
  •  执念已碎
    2020-12-07 08:17

    This method works for me using the hyperlink function:

    =HYPERLINK("http://"&B10,B10)
    

    Where B10 is the cell containing the text version of the URL (in this example).

提交回复
热议问题