【问题标题】:Search for lowest/highest value in the date array在日期数组中搜索最低/最高值
【发布时间】:2020-02-08 22:42:09
【问题描述】:

column C 获取每个日期的最低和最高值的最佳公式是什么?

结果需要填写FG

链接: https://docs.google.com/spreadsheets/d/1IxLit5vOf9FIjEp4TOEWLFNoCB4yS5mYXXMXo2tvtiM/edit?usp=sharing

【问题讨论】:

    标签: google-sheets google-sheets-formula array-formulas google-sheets-query google-query-language


    【解决方案1】:

    尝试:

    =ARRAYFORMULA(QUERY({LEFT(A2:A; 10)*1\C2:C}; 
     "select Col1,min(Col2),max(Col2)
      where Col2 is not null
      group by Col1
      label Col1'date'"))
    

    【讨论】:

      猜你喜欢
      • 2014-12-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-04-19
      • 1970-01-01
      • 1970-01-01
      • 2011-09-01
      相关资源
      最近更新 更多