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

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

    1. Create a temporary new column of hyperlinks using formula =HYPERLINK()
    2. Copy that column into Microsoft Word (copy to clipboard only after Word is running).
    3. Copy everything in the new word document (ctrl+a, then ctrl+c).
    4. Paste into Excel, replacing the original column of text. Delete the temporary column with the formula.

提交回复
热议问题