Forum Discussion

forthaus's avatar
forthaus
Copper Contributor
Feb 12, 2023
Solved

How to devide text data ( adress ) devided by commar into text with text wrap

Hey community,   is there a smart way to convert address data devided by comma into a new cell with text wrap?   I have following text: Examplestreet 1, 12345 City and I would like to get it into...
  • OliverScheurich's avatar
    OliverScheurich
    Feb 12, 2023

    forthaus 

    =SUBSTITUTE( C6,", ", CHAR(10))

    With this formula the space is removed. The difference is ", " instead of ",". In the new formula there is a space after the comma.

     

Resources