我有一个包含文本的单元格。文本字符串如下所示:
Lorem Ipsum is simply
dummy text of the printing
and typesetting industry.
Lorem Ipsum
has been the
industry's standard
dummy text.我阅读以使用Text-to-column,使用作为分隔符的Other,并通过在其他字段中按Alt 0010来填写。
但是,只保留第一行。
我想要的结果是:

有什么建议如何用换行符分隔吗?
发布于 2016-09-13 05:29:25
对列使用Data►文本,以分隔形式显示。
在第二个屏幕上,选择Other,并使用ctrl+J作为分隔符。ctrl+J是CHAR(10),即换行符。
在第三个屏幕上,选择B1作为目的地。

https://stackoverflow.com/questions/39458962
复制相似问题