Hyperlinking an entire column of domains

  • Thread starter Thread starter anjanesh
  • Start date Start date
A

anjanesh

Hi

I have a column containing text like *http://somedomain.com* but its
not hyperlinked. How can I select the column and convert to hyperlinks
? I know for each cell, on editing if I hit the ENTER key, it gets
hyperlinked. But how do I do that for an entire column ?

Thanks
 
anjanesh

Could you use the column next to it and the HYPERLINK function? e.g.

=HYPERLINK(A1)

and then copy the helper column data and paste special it over the original

--
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
(e-mail address removed)
 
Ah...something like that - it works for one cell.
But I tried selected column B and entered *=HYPERLINK(A1:A100)* but
only B1 gets A1's link. B2 to B100 are still empty.
 
Use
=hyperlink(a1)
in B1
then select B1 and copy it down the column.
 

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

Back
Top