Forum Discussion
How can I extract URL from hyperlinks?
Here's another non-scripting method I've used for years.
1. Copy your column containing the links and paste it into a Word document.
2. Save your Word document as "Web Page (*.htm, *.html)".
3. Right-click on the .htm file and open in Notepad (to view the html source code).
4. Find the rows of code that contain your hyperlinks and copy them, then paste into a Word document.
5. Use find and replace to delete unwanted code until you are left with only the hyperlinks.
6. Create a new column next to your original column in your spreadsheet and paste them in.
7. Check the beginning and end to make certain the URLs are pasted back into the corresponding rows.
Thanks for this. I was able to improve your method significantly.
https://www.reddit.com/r/excel/comments/tvjrz3/excel_extract_urls_from_hyperlinks/