Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to change URLs into links?

I have a column of URLs that are not click-able. Is there some way to batch enable them so I don't have to go to each one?

Posted on Jul 30, 2015 6:22 AM

Reply
3 replies

Jul 31, 2015 4:31 AM in response to 4thSpace

Hi 4thSpace,


Adding to SG's reply, the HYPERLINK function allows you to include link-text in the display.


From the Function Browser:
The HYPERLINK function creates a clickable link that opens a webpage or new email message.

HYPERLINK(url, link-text)

▪ url: A standard universal resource locator. url is a string value that must contain a properly formatted universal resource locator string.

▪ link-text: An optional string value that specifies the text that appears as a clickable link in the cell. If link-text is omitted, url is used as link-text.

User uploaded file

Formula in C2 (and Fill Down)

=HYPERLINK(A2,B2)


Regards,

Ian.

How to change URLs into links?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.