Forum Discussion
sebsonntag
May 21, 2021Copper Contributor
EXCEL Question: Automatic new line / doubling new line commands
Hey guys, I have this in one cell: • Mit dem S3000 LED Arbeitsscheinwerfer bringt HELLA den bisher stärksten VALUEFIT Arbeitsscheinwerfer auf den Markt • 800 mm Leitung, DEUTSCH-Stecker im Lieferu...
HansVogelaar
May 21, 2021MVP
Let's say you have such a value in cell A2.
Enter the following formula in B2:
=SUBSTITUTE(A1,CHAR(10),CHAR(10)&CHAR(10))
In German:
=WECHSELN(A1;ZEICHEN(10);ZEICHEN(10)&ZEICHEN(10))
Make sure that Wrap Text is turned on for B2.
You can fill this down if required.