【问题标题】:In Excel, how can I automatically copy data from multiple columns on a tab and paste it on a single column on another tab in the same workbook?在 Excel 中,如何自动从选项卡上的多个列复制数据并将其粘贴到同一工作簿中另一个选项卡的单个列?
【发布时间】:2022-12-20 10:47:51
【问题描述】:

我试图找到一个公式,我可以将数据从“主”工作表上的 H 列复制到 Q

并将其粘贴到同一工作簿中另一个选项卡(“Sheet1”)的 D 列中

【问题讨论】:

    标签: excel excel-formula formula


    【解决方案1】:

    使用TOCOL() 函数。将下面的公式放入 Sheet1 D2 单元格。

    =TOCOL(Sheet2!H2:Q50000,1)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2022-08-24
      • 1970-01-01
      • 2018-08-06
      • 2022-10-06
      • 2023-01-28
      相关资源
      最近更新 更多