【问题标题】:First non blank cell in row as an array for the column行中的第一个非空白单元格作为列的数组
【发布时间】:2020-05-10 22:55:17
【问题描述】:

一行中的第一个非空白单元格作为整列的数组公式。

这些似乎都不起作用。

=ArrayFormula(QUERY(transpose(V2:Y),"Select Col1 where Col1 is not null limit 1",0))

=ArrayFormula(index(V2:Y,MATCH(FALSE,ISBLANK(V2:Y),0)))

=ArrayFormula(VLOOKUP("*", V2:Y, 1,FALSE))

https://docs.google.com/spreadsheets/d/1S3svXvdC45VqCFu1710_VrEuo4kWo0kKe6CuxbpnqnI/edit?usp=sharing

【问题讨论】:

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


    【解决方案1】:

    尝试:

    =IFERROR(INDEX(SPLIT(TRIM(TRANSPOSE(QUERY(TRANSPOSE(A2:D),,99^99))), " "),,1))
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-08-24
      • 1970-01-01
      相关资源
      最近更新 更多