【问题标题】:Merge Irregular Time Based Data Series合并不规则的基于时间的数据系列
【发布时间】:2019-03-11 15:30:14
【问题描述】:

我想将 2 个 Google 工作表(INPUT #1 和 INPUT #2)合并为 1 个工作表(OUTPUT)。这 3 张表格包含在同一个 Google 电子表格中。

每天,表格INPUT #1 & INPUT #2会在数据系列结束时更新。

输出应该会自动适应。

你能帮帮我吗?

【问题讨论】:

    标签: google-sheets merge time-series merging-data


    【解决方案1】:
    ={INPUT1!A1:C1,INPUT2!B1:C1;
     {QUERY({INPUT1!A2:D}, "select Col1,Col2,Col3,' ',Col4 where Col1 is not null label ' '''");
      QUERY({INPUT2!A2:D}, "select Col1,' ','  ',Col2,Col3 where Col1 is not null label ' ''','  '''")}}
    

    【讨论】:

    • 确定@player0 你在这里:docs.google.com/spreadsheets/d/…
    • 这是一个标签部分,我将标签“命名”为空 - 否则,您将有 2 多行。您可以尝试查看从查询中删除 label ' ''' 时的样子
    猜你喜欢
    • 2020-05-07
    • 2014-02-17
    • 2015-06-04
    • 1970-01-01
    • 2013-11-07
    • 2015-05-23
    • 1970-01-01
    • 2021-12-16
    • 2011-10-28
    相关资源
    最近更新 更多