convert text to hyperlink

S

se7098

i was given a list of sites to incorporate into a spreadsheet. the sites were
plain text, not set up as hyperlinks. the list is rather lengthy. is there
an easy way to convert the text into working hyperlinks? I want to jump to
the sites once you click on the link.

example:

napw.com
retirementjobs.com
clutchmagonline.com
koreadirect.com
africanmag.com
latiplanet.com
 
D

Dave Peterson

I'd use an adjacent column:

=hyperlink("http://" & a1, a1)
and drag down.

(maybe hide that original column, too???)
 
S

se7098

Thanks Dave - perfecto!!!

Dave Peterson said:
I'd use an adjacent column:

=hyperlink("http://" & a1, a1)
and drag down.

(maybe hide that original column, too???)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top