【问题标题】:How to sort a column by date after Query combined multiple sheetsQuery合并多张工作表后如何按日期对列进行排序
【发布时间】:2021-08-27 18:47:01
【问题描述】:

我在 google 中创建了多个工作表的查询,并结合了营销电子邮件流。如何使第一列按日期排序?这是我目前使用的查询。

=query({'Warm Up and One Big Thing'!A3:K;'ETO Marketing'!A3:K;'ETO Fulfillment'!A3:K},"select * where Col1 is not Null")

【问题讨论】:

    标签: date sorting google-sheets


    【解决方案1】:

    尝试:

    =QUERY({'Warm Up and One Big Thing'!A3:K;'ETO Marketing'!A3:K;'ETO Fulfillment'!A3:K},
     "where Col1 is not null
      order by Col1 asc")
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-01-15
      • 2023-03-21
      • 1970-01-01
      • 2021-03-26
      • 1970-01-01
      • 2011-07-09
      • 1970-01-01
      • 2020-12-22
      相关资源
      最近更新 更多