How do I convert column of about 900 web addressesinto hyperlink

D

Dave Peterson

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:
 
W

Why Von

Hi Dave,

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

Many thanks!

Whyvon
 
Top