ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Need to extract hyperlink (https://www.excelbanter.com/excel-programming/362428-need-extract-hyperlink.html)

Shani

Need to extract hyperlink
 
I have a column with links but would like to create a new column with
the urls they are point ting to

for example
A1=google but the hyperlink is www.google.com
I would like B1=www.google.com

A2=yahoo but the hyperlink is www.yahoo.com
I would like B2=www.yahoo.com


colofnature[_28_]

Need to extract hyperlink
 

Try

B2: =HYPERLINK("http:\\www."&a1&".com","Google")


Col


--
colofnature
------------------------------------------------------------------------
colofnature's Profile: http://www.excelforum.com/member.php...o&userid=34356
View this thread: http://www.excelforum.com/showthread...hreadid=545512


Tom Ogilvy

Need to extract hyperlink
 
B1: =Hyperlink("http://www." & a1 & ".com")

then drag fill down the column.

--
regards,
Tom Ogilvy


"Shani" wrote:

I have a column with links but would like to create a new column with
the urls they are point ting to

for example
A1=google but the hyperlink is www.google.com
I would like B1=www.google.com

A2=yahoo but the hyperlink is www.yahoo.com
I would like B2=www.yahoo.com




All times are GMT +1. The time now is 10:33 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com