Forum Discussion
giopio
May 23, 2022Copper Contributor
copy a hyperlink and paste its url
I have a cell containing an hyperlink to an external website. Let's assume that the cell text is "microsoft" and the hyperlink is http://www.microsoft.com I have the need to copy the cell and p...
OliverScheurich
May 23, 2022Gold Contributor
giopio
May 23, 2022Copper Contributor
thanks OliverScheurich for the answer.
That won't work because it returns "microsoft" instead of http://www.microsoft.com that is what I need
- HansVogelaarMay 23, 2022MVP
With the text "microsoft" in A2, enter the formula =HYPERLINK("https://www."&A2&".com") in B2