How do I get text that looks like this:
Excel desired:
Want to know how to do x? Click here
I have in s1:
=HYPERLINK("https://www.google.com.au","Click here")
in S2
Want to know how to do x?
Another cell:
=CONCATENATE(S1&" "&S2)
I get:
Want to know how to do x? Click here < --no hyperlink.
How do I have a sentence plus a hyperlink in the same cell that looks like Excel desired.
Thanks