Create a Link

Karleen1977

New Member
Joined
Oct 11, 2008
Messages
13
I have a column with 100+ web addresses in each cell. And Now I want to make them a active link. Is there a way to make the cells automatically a link?

I don't want to have to copy and paste each of the addresses.

in K1 I have http://www.msn.com but there in no link, how can I add the link.

Please don't tell me to right click and pick hyperlink, and type in the text, I might just cry.

TIA
Karleen
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

VoG

Legend
Joined
Jun 19, 2002
Messages
63,650
In row 1 of a spare column enter

=HYPERLINK(K1)

and drag the formula down as far as needed.
 
Upvote 0

jasonb75

Well-known Member
Joined
Dec 30, 2008
Messages
15,488
Office Version
  1. 365
Platform
  1. Windows
If it's of any use, this one will also make the link a friendly name based on the address in the original cell.

For example http://www.msn.com would be shown as msn, done by finding the 1st and 2nd "." in the web address then showing the text between them.

=HYPERLINK(K1,MID(K1,FIND(".",K1,1)+1,FIND(".",K1,FIND(".",K1,1)+1)-FIND(".",K1,1)-1))
 
Upvote 0

Forum statistics

Threads
1,191,685
Messages
5,988,063
Members
440,125
Latest member
vincentchu2369

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Top