L
Lee Harris web
Is it possible to concatenate two strings in excel such that they
appear in a single cell but on different "lines",
eg
A1: Hello
A2: There
B1=concatenate(A1,A2)
I want it to look like
Hello
There
rather than Hello There
but still be in a single cell
tks in advance
appear in a single cell but on different "lines",
eg
A1: Hello
A2: There
B1=concatenate(A1,A2)
I want it to look like
Hello
There
rather than Hello There
but still be in a single cell
tks in advance