【发布时间】:2017-01-20 09:38:34
【问题描述】:
我有一个带有文本的单元格。文本字符串如下所示:
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 填写。
但是,只有第一行保留。
我想要的结果是:
有什么建议如何用换行符分隔吗?
【问题讨论】:
-
使用数据 ► 文本到列和其他,以 [ctrl]+J 作为分隔符。 [ctrl]+J 是
CHAR(10),换行符。
标签: excel excel-formula textjoin text-to-column