Google-sheets – How to open multiple URLs in Sheets using one cell

google sheetsgoogle-apps-scriptgoogle-sheets-cell-format

I have been frequently using concatenate to combine cells and strings to render URLs in cells. The purpose of these URLs is to open specific pages to review the information on those pages.

I am looking to create a comma separated (or other) list in one cell where I can open all of the links in separate tabs (especially if it can be in a new window).

Is there a way of using something like target="_blank to make Sheets open those links? Would it only be possible using the script editor somehow?

Best Answer

Impossible. The content of a cell is rendered as a hyperlink under certain conditions (when it's detected as a hyperlink or pasted in as rich text with a hyperlink, or contains the hyperlink formula). In any of these cases, the entire cell's content will be one link. It will not contain multiple links.