Merging a hyperlinked cell with a non-hyperlinked cell?

A

Alex

I have two cells that need to be merged. Both are text and one has a
hyperlink. How do I combine the two and keep the hyperlink?
 
B

Bob I

One way with the hyperlink in say A1 and the other text in B1 is to edit
the text in the hyperlink cell from

'original text

to

="original text"&B1
 
Top