=QUERY('BETA - Orders'!$D:$U,"Select Q,K where D='"& I228 &"' and Q is not null and D is not null",0)
我想只在一列而不是兩行中顯示結果。上面查詢的結果是

我想完成的是

uj5u.com熱心網友回復:
嘗試:
=QUERY(FLATTEN(QUERY('BETA - Orders'!$D:$U,
"select Q,K
where D='"&I228&"'
and Q is not null
and D is not null", 0)),
"where Col1 is not null", 0)
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/365627.html
下一篇:計算一個值的第n次出現
