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

后端 未结 22 2176
刺人心
刺人心 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:19

    If you don't want to make a macro and as long as you don't mind an additional column, then just create a new column alongside your column of URLs.

    In the new column type in the formula =HYPERLINK(A1) (replacing A1 with whatever cell you are interested in). Then copy the formula down the rest of the 200 entries.

    NOTE: This solution does not work if the cell A1 contains a string longer than 255 characters. It results in a #VALUE! error

提交回复
热议问题