How to insert carriage return in the middle of a text formula to .

G

Guest

I want to insert carriage return in the middle of a text formula to force the
resulting text to wrap at a specific point. It would be the same thing as
pressing Alt/Return while entering text manually except that the text is
being created in a formula.
 
B

Bob Phillips

You can do it with Alt-Return, but the formulas have a nasty tendency to not
work then.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
H

Harald Staff

Hi Dave

=A1&CHAR(10)&B1
Make sure the cell is preformatted with "wrap text".

HTH. Best wishes Harald
 

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

Top