ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do I convert column of about 900 web addressesinto hyperlink (https://www.excelbanter.com/excel-discussion-misc-queries/113800-how-do-i-convert-column-about-900-web-addressesinto-hyperlink.html)

Andy Hendry

How do I convert column of about 900 web addressesinto hyperlink
 


Dave Peterson

How do I convert column of about 900 web addressesinto hyperlink
 
I would use another column and fill it with formulas:

=hyperlink(a1)
or
=hyperlink("http://" & a1)

Depending on what the links look like.

Andy Hendry wrote:

--

Dave Peterson

Why Von

How do I convert column of about 900 web addressesinto hyperl
 
Hi Dave,

Can you elaborate on this? I'm a novice user and am having the same issue.

Many thanks!

Whyvon

"Dave Peterson" wrote:

I would use another column and fill it with formulas:

=hyperlink(a1)
or
=hyperlink("http://" & a1)

Depending on what the links look like.


Dave Peterson

How do I convert column of about 900 web addressesinto hyperl
 
If you have
www.microsoft.com
in A1, then put this in B1
=hyperlink("http://" & a1)

You'll end up with a hyperlink in B1 that points at the site in A1.



Why Von wrote:

Hi Dave,

Can you elaborate on this? I'm a novice user and am having the same issue.

Many thanks!

Whyvon

"Dave Peterson" wrote:

I would use another column and fill it with formulas:

=hyperlink(a1)
or
=hyperlink("http://" & a1)

Depending on what the links look like.


--

Dave Peterson


All times are GMT +1. The time now is 02:37 AM.

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