Forum Discussion
Making concatenated links clickable
- May 26, 2023
To make the concatenated links clickable in Excel, you can use the Hyperlink function.
Here is how you can achieve this:
- Assuming your original DOIs are in column F and the concatenated links are in column G, select the cells in column G where the links are located.
- Right-click on the selected cells and choose "Hyperlink" from the context menu. This will open the Edit Hyperlink dialog box.
- In the Edit Hyperlink dialog box, you'll see two sections:
- "Text to display": This should already show the concatenated link text.
- "Link": This is where you'll specify the actual link destination.
- In the "Link" section, remove any existing link (if any) and enter the formula =HYPERLINK(F2, "") (assuming F2 is the cell containing the original DOI). Replace F2 with the appropriate cell reference if your DOIs are located in a different column.
- Click on the "OK" button to apply the hyperlink to the selected cells.
Now, the concatenated links in column G will be clickable. When you click on any of the links, Excel will open the default web browser and navigate to the corresponding DOI webpage.
Note: Keep in mind that the links will be clickable in Excel, but the actual hyperlink functionality will depend on the default web browser and its configuration on your computer.
NikolinoDE thank you for your reply. I followed your instructions, but the hyperlinks now contain a SharePoint address (where my Excel file is saved) and not a web address. The first link is:
https://mitre.sharepoint.com/sites/fccc2h/Shared%20Documents/General/Base%20Period%20-%20Sep%2030,%202022%20to%20Sep%2029,%202023/Task%203.%20Strategic%20Support/Subtask%203.3/Article2_BroadbandHealthData/=HYPERLINK(F2,%20%22%22)
Also, my dialog box looks a bit different:
- SergeiBaklanMay 26, 2023Diamond Contributor
- CHURCHMANIGJun 27, 2024Copper ContributorMade my day just now.
- pdrandallMay 26, 2023Copper ContributorThank you Sergei! That worked.
- SergeiBaklanMay 27, 2023Diamond Contributor
pdrandall , glad to help