【发布时间】:2019-09-10 07:09:11
【问题描述】:
【问题讨论】:
-
到目前为止你尝试了什么?
标签: arrays google-sheets google-sheets-formula array-formulas google-sheets-query
【问题讨论】:
标签: arrays google-sheets google-sheets-formula array-formulas google-sheets-query
像这样尝试:
={"Team name","Player name","Country","Gender";
QUERY({B2:B, G2:I; B2:B, J2:L; B2:B, M2:O; B2:B, P2:R; B2:B, S2:U},
"where Col2 is not null order by Col1", 0)}
【讨论】: