行中的第一个非空白单元格作为列的数组
First non blank cell in row as an array for the column
一行中的第一个非空白单元格作为整列的数组公式。
None 这些似乎有效。
=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
尝试:
=IFERROR(INDEX(SPLIT(TRIM(TRANSPOSE(QUERY(TRANSPOSE(A2:D),,99^99))), " "),,1))
一行中的第一个非空白单元格作为整列的数组公式。
None 这些似乎有效。
=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
尝试:
=IFERROR(INDEX(SPLIT(TRIM(TRANSPOSE(QUERY(TRANSPOSE(A2:D),,99^99))), " "),,1))