If you have a spreadsheet with the huge number of rows with URLs which are displaying as text, and these are not clickable in your Google Spreadsheet, you can try the following method to make them as hyperlinked.

I’ve seen a script for automation, but it’s not working for me. I am trying to make the script be worked.

Method 1: Make All Plain Text Links Clickable

If your rows contain only URLs and no text at the beginning. Follow the below instruction and make clickable within few action. It’ll not work if you want to make the text a clickable URL.

  • Insert an additional column (alt, i, c) to the left of column A. Your stuff is now in column B.
  • Then, in the first cell (A1) type http://, Then copy and paste down as far as you have content in column B.
  • Next, go to cell C1 and type =concatenate(A1; B1) and hit enter. You should see what you want in cell C1.
  • Then copy the contents of C1 and paste down as far as you need.
  • If you are finished, you can select column C, copy, and then paste special: here uncheck paste all, but check numbers and uncheck formulas and hit enter.
  • Then you can delete columns A and B.

Method 2: Make All Plain Text Links Clickable

Previously I make URLs clickable by the following method. But above solution is much easier and will save time to format existing cells so URLs become clickable.

  • Open your spreadsheet.
  • Click the cell in your spreadsheet where you’d like the link to appear.
  • Choose from the following options:
    • Click the “Insert” drop-down menu and select Link.
    • Click the link icon in the toolbar.
    • Right click in your spreadsheet and select the Insert link option.
    • Use the Ctrl + K keyboard shortcut (Cmd + K on a Mac).
  • Simply hit Enter button and switch to another cell.  If you prefer customization of text and URLs you can modify before press Enter. I assume you dont have time for that :P

Ref: Google Help

Sam Azgor

Howdy. My name is Sam Azgor. My online presence started as a blogger. Currently i play with remote machines. Occasionally I write various type of articles.

samazgor samazgor


Published