Find out how functions can help separate names and link locations of hyperlinks
Q I have copied some information from web pages and pasted it into an Excel worksheet.
I have a column that contains hyperlinks and I would now like to use functions to separate the visible name of the hyperlink from the link location.
Mayo Marriott
A Let’s say a downloaded link to Google is in cell A2.
To display what Microsoft calls the friendly name in the HYPERLINK function, which you described better as the visible name, enter in another cell
=PROPER(MID(TEXT(B13,”Text”),12,6))
This is because the name Google is 12 characters in and 6 characters long.
The word Text is the second argument of the TEXT function and establishes the initial formatting. PROPER capitalises the G. To display the link location use
=T(A2)
Related articles
Q.Why can't my browser find the website address I typed...
Q.All updates have been downloaded, so why won't Windows...
Q.How do I stop Windows 7 search?
Voice over IP. The routing of voice conversations over the internet, which is cheaper than the telephone...
|
|
|
|
|
Nikon Coolpix S570 BlackPrice: £66.99 |
Computeractive Ultimate Guide - Storage, Sharing & BackupPrice: £5.99 |
Back Issue CD-Rom 13 (2010)Price: £9.99 |
Hallmark Card Studio DeluxePrice: £15.31 |
Marine AquariumPrice: £15.41 |