Want to highlight a helpful answer? Upvote!

Did someone help you, or did an answer or User Tip resolve your issue? Upvote by selecting the upvote arrow. Your feedback helps others! Learn more about when to upvote >

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

Change text in multiple cells to web links

I have a Numbers (4.3.1) spreadsheet where one column is a list of URLs. I'd like to change them all to links that will open that page in a browser, but need a way to do it for the entire column instead of one by one. Any ideas?


Thanks!

Posted on Feb 27, 2018 5:48 AM

Reply
Question marked as Best reply

Posted on Feb 27, 2018 8:35 AM

Hi Andertoons,


The HYPERLINK function is your friend

User uploaded file

Formula in C2 (and Fill Down)

=HYPERLINK(A2,B2)


That combines the URL in A2 with your required display in B2 into a clickable link in C2.

Select column C, Copy, and Menu > Edit > Paste Values to "fix" the results. Then you can delete columns A and B.


More information:

Type = in any table cell to bring up the Function Browser.

Type hyperlink in the search box to see an explanation:

User uploaded file


Also, take a look at Numbers > Preferences > Auto-Correction > Automatically detect links

(but I am not sure if that works retrospectively).

User uploaded file

Regards,

Ian.

2 replies
Question marked as Best reply

Feb 27, 2018 8:35 AM in response to andertoons

Hi Andertoons,


The HYPERLINK function is your friend

User uploaded file

Formula in C2 (and Fill Down)

=HYPERLINK(A2,B2)


That combines the URL in A2 with your required display in B2 into a clickable link in C2.

Select column C, Copy, and Menu > Edit > Paste Values to "fix" the results. Then you can delete columns A and B.


More information:

Type = in any table cell to bring up the Function Browser.

Type hyperlink in the search box to see an explanation:

User uploaded file


Also, take a look at Numbers > Preferences > Auto-Correction > Automatically detect links

(but I am not sure if that works retrospectively).

User uploaded file

Regards,

Ian.

Change text in multiple cells to web links

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