Concatenate

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

Hi,

I have a simple concatenate formula that joins two stings
of text together, is it possible to somehow get the second
string of text to appear below the first sting but within
the same cell. (basically a carriage return)

Many thanks

Andy
 
Already tried that - does not work. Displays a box where the char(10) should be, without moving the contents of A2 to the next line

----- Andy B wrote: ----

H

Tr
=A1 & CHAR(10) & A
 
Wrap text has to be selected too!

--
Andy.


Sukhjeet said:
Already tried that - does not work. Displays a box where the char(10)
should be, without moving the contents of A2 to the next line.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top