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!
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!