【问题标题】:Concatenate, Merge or Combine 3 rows content into 1 row with OpenOffice使用 OpenOffice 将 3 行内容连接、合并或合并为 1 行
【发布时间】:2019-02-21 19:02:21
【问题描述】:

我在 OpenOffice 中有一个包含多行的 xls 文档,我想将 3 行中的字符串连接起来并放入一个

我知道连接列有点简单,但是行呢

I want to merge three lines into one, result must to be like:
1 "I want to be merged"
2 "I also want to be merged"

结果可以在同一张或新的工作表中导出 有什么想法吗?

【问题讨论】:

    标签: excel-formula openoffice.org openoffice-calc


    【解决方案1】:

    在 D2 中并复制到适合:

    =IF(MOD(ROW()-1;3)=1;A1&" "&B2&" "&C3;"")
    

    如果要移动到其他地方,则全选,复制和粘贴特别选中“文本”。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-06-21
      • 2023-03-05
      • 1970-01-01
      • 2012-06-26
      • 2018-01-11
      相关资源
      最近更新 更多