Concatenate using a linked field?

Jotink78

New Member
Joined
Oct 26, 2016
Messages
2
Good afternoon. I've got a large spreadsheets, and I am trying to get concatenate to work on two columns, one of which is a link to a document on an internal server. When I do this, the link breaks and only the text is showing.

Ex: A1 = ABC Company, B1 = Link. For C1, I want it to show ABC Company, Link, so that "Link" is still a hyperlink and is clickable.

When I use the formula (=CONCATENATE(A1,", ",B1), it combines the text from both fields fine, but the actual hyperlink is no longer there. I know I could go in and re-add the hyperlink manually, but I was hoping to avoid having to go into 1,000 cells and add a hyperlink. Not sure if there is a way to do this with concatenate, or if it's another formula entirely that I'm needing. Any ideas would be appreciated!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi,

Try this =HYPERLINK(B1,CONCATENATE(A1,", ",B1)).

This will make "ABC Company, link" into a link. Not sure if its possible to only have part of a text string become a link without using doing it by hand, but lets see if any experts have any cool formulas they could use!

Hope this helps,

thanks
 
Upvote 0
I wasn't able to get that to work, but since it's probably not possible to link only a portion of the text in the same cell, I was able to come up with a work around that didn't involve using the "concatenate" formula. But thank you so much for your help!
 
Upvote 0

Forum statistics

Threads
1,215,136
Messages
6,123,246
Members
449,093
Latest member
Vincent Khandagale

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