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

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
In row 1 of a spare column enter

=HYPERLINK(K1)

and drag the formula down as far as needed.
 
Upvote 0
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,214,516
Messages
6,119,980
Members
448,934
Latest member
audette89

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
Back
Top