ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Concatenate with multiple lines in same cell (https://www.excelbanter.com/excel-programming/291672-concatenate-multiple-lines-same-cell.html)

DrHunter

Concatenate with multiple lines in same cell
 
Hi All,

I am trying to concatenate references to multiple cell, however, i want some
of the results in differrent lines of the same cell. Here is a example:

= A1 &" raining " A4 &" now we go into the next line "
&" still in the same cell" A6
&" and yet again in the same cell"

is what i am trying to do reasonable/ feasible.

I try using ALT+ENTER. but i get a sort of a "square" character appearing in
a single line of concatenation.



Tom Ogilvy

Concatenate with multiple lines in same cell
 
= A1 &" raining " & A4 &" now we go into the next line " & CHAR(10) &" still
in the same cell" & A6 & CHAR(10) &" and yet again in the same cell"

format the cell to word wrap. Make it wide enough that the longest line
displays on line.

--
Regards,
Tom Ogilvy


"DrHunter" wrote in message
...
Hi All,

I am trying to concatenate references to multiple cell, however, i want

some
of the results in differrent lines of the same cell. Here is a example:

= A1 &" raining " A4 &" now we go into the next line "
&" still in the same cell" A6
&" and yet again in the same cell"

is what i am trying to do reasonable/ feasible.

I try using ALT+ENTER. but i get a sort of a "square" character appearing

in
a single line of concatenation.






All times are GMT +1. The time now is 07:32 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com