【发布时间】:2020-02-18 23:11:15
【问题描述】:
我有一个表,我想完整地返回它,但按最大日期的列 H 过滤,因为行具有不同日期的重复帐号。
https://docs.google.com/spreadsheets/d/1x3hYy1igiL3_lqhFE3IwrQNFbOjdpXRtHLAbOXB2BE4/edit?usp=sharing
我现在正在使用这个查询,但显然我忽略了一些东西,有人可以帮忙吗?
=QUERY(B3:I12, "Select *, Max(H) WHERE B is not null Group by C")
【问题讨论】:
标签: arrays sorting google-sheets unique google-sheets-query