Incorporating Carriage Returns into Formulae in Excel Spreadsheets

Following on from yesterday’s tip on how to search for carriage returns in Excel spreadsheets, here’s how you can incorporate this non-printable character into your formulae.

The secret sauce for carriage returns is to include CHAR(10) into your formulae.

For instance, if you want to concatenate two cells but put the values on different lines in the same cell you could do the following:

=A1&CHAR(10)&B1

You may need to enable wrap text on cells containing this formula if the result comes out as one lone string of text though.

Leave a Reply

Your email address will not be published.