【问题标题】:How to rearrange data如何重新排列数据
【发布时间】:2019-09-10 07:09:11
【问题描述】:

我正在尝试重新排列必须以不同方式显示的数据。

根据图片,我必须从 4 行到下面的 18 行。请帮忙。

【问题讨论】:

  • 到目前为止你尝试了什么?

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


【解决方案1】:

像这样尝试:

={"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)}

【讨论】:

  • 谢谢,但我设法通过使用排序功能完成了。
猜你喜欢
  • 1970-01-01
  • 2010-09-20
  • 1970-01-01
  • 2018-10-16
  • 2017-10-17
  • 2021-12-07
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多