I have a spreadsheet with hundreds of rows of data containing names, addresses and web URLS
how do I hyperlink all the URLs automatically so i can just click the cell and it will take me to the URL?
I have a spreadsheet with hundreds of rows of data containing names, addresses and web URLS
how do I hyperlink all the URLs automatically so i can just click the cell and it will take me to the URL?
If they weren't all clickable links when first entered into the cells, you can make clickable versions in an adjacent cell. If the URL was in C2, then this formula in D2:
=HYPERLINK(C2, "Link")
..now copy that down and you'll get a column full of working links.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
thanks! that should do it
I've marked this thread as SOLVED for you.
Next time, select Thread Tools from the links above to mark a thread as SOLVED. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks