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:
=hyperlink(a1)
or
=hyperlink("http://" & a1)
Depending on what the links look like.
Andy Hendry wrote: