Line break in an EXCEL concatenation?

bidouille74 -  
 FFF -
Hello,
I would like to know how to create one or more line breaks in a cell calculated by concatenation.

Would a kind soul have an idea?

Note: the CHR(10) does not work.

Thank you in advance.

Configuration: Windows XP / Internet Explorer 6.0

4 réponses

fiddy Posted messages 441 Registration date   Status Contributeur Last intervention   1 847
 
You need to concatenate with CHAR(10) (French version of Excel, or else CHAR(10)).
For example: =A1 & CHAR(10) & A2
However, don't forget to make sure that the cell has the "wrap text" option checked.
19
FFF
 
Super the CAR(10) and the line break checked of course ;)
0