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

How can I calculate a link?

I know how to create a link on a numbers page. You right click on the text, select Edit Link and put an address in the box. Easy. How about if you want this link to be calculated dynamically? I have a list of domain names and wish to create a dynamic link to perform a whois query, based upon the column with domains in it:


my domain.uk https://www.nominet.uk/whois/?query=0K.UK#whois-results


I can create the URL as a calculation but don't know how to add this as a link. The edit box gives you space for the Link text and the address but does not accept a cell reference.

Posted on Jun 24, 2019 1:54 PM

Reply
Question marked as Best reply

Posted on Jun 25, 2019 8:17 AM

If you have a list of domain names in column A and you want links in column B that, when clicked, will bring up the whois search results, then you can try something like this:




The formula in B2, filled down, is:


=HYPERLINK("https://www.nominet.uk/whois/?query="&A2&"#whois-results","Link")


Using then HYPERLINK() function means you don't have to manually input link addresses via Edit Link.


SG


4 replies
Question marked as Best reply

Jun 25, 2019 8:17 AM in response to SW11

If you have a list of domain names in column A and you want links in column B that, when clicked, will bring up the whois search results, then you can try something like this:




The formula in B2, filled down, is:


=HYPERLINK("https://www.nominet.uk/whois/?query="&A2&"#whois-results","Link")


Using then HYPERLINK() function means you don't have to manually input link addresses via Edit Link.


SG


Jun 24, 2019 10:55 PM in response to Wayne Contello

Sorry, not what I meant. I have the URL as a concatenation calculation. What I need is to add that calculation as the link address. In the Link field, when you right click on the link and hit edit link, you can put an address but not the reference to the calculated link.


i was interested if there was any way of doing this.

How can I calculate a link?

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