Cell Formatted w/ Word Wrap--Force Text to Next line?

R

RDI

We have an Excel Worksheet that we want to control where the line feed
occurs in our cell. Is there something we can insert into the text string
to force the line feed?

I was thinking of something like =concatenate("This is the first Line",
CRLF, "This is the second Line"). Word Wrap IS turned on under the cell
format.

TIA
 
Top