Separate line breaks into columns

♀尐吖头ヾ 提交于 2019-12-07 13:32:38

问题


I have one cell with text. The text string looks like the following:

Lorem Ipsum is simply 
dummy text of the printing 
and typesetting industry. 
Lorem Ipsum
has been the
industry's standard 
dummy text.

I read to use Text-to-column, use as delimiter Other and fill in by pressing Alt 0010 in the Other field.

However, only the first row stays.

My wanted result is:

Any suggestions how to separate by line break?


回答1:


Use Data ► Text to Columns, Delimited.

On the second screen opt for Other with [ctrl]+J as the delimiter. [ctrl]+J is CHAR(10), the line feed character.

On the third screen, choose B1 for a destination.



来源:https://stackoverflow.com/questions/39458962/separate-line-breaks-into-columns

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!