Line break in an EXCEL concatenation?
bidouille74
-
FFF -
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
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 answers
-
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.-
Super the CAR(10) and the line break checked of course ;)
-