Parsing text out of a string

ShSimps

New Member
Joined
Nov 8, 2017
Messages
1
166540015
166540015.png


I have the above issue which I am sure is a simple fix but I am far from a power user. I receive a list of companies with their link all in one text file. I got that into column B quite easily and then you can see the formula I used to split it into the text and the link of the company. What I have been trying to do is get that link so it is clickable but it is just a formula. I've tried copying the results to another cell but it is not giving me what I would like. Any suggestions. I don't mind if I have to hide a column or two to get the end result I want.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi ShSimps,

Welcome to MrExcel!!

You can use the HYPERLINK function like so:

=HYPERLINK(MID(B6,SEARCH("http",B6),255))

You can also give the link a friendly name.

HTH

Robert
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,756
Messages
6,132,524
Members
449,733
Latest member
Nameless_

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