【发布时间】:2021-10-01 22:05:24
【问题描述】:
我正在使用此查询在我的数据列中查找最受欢迎的条目 - 如何将查询结果限制为仅数据条目,而不返回聚合列:
=QUERY(G2:G14,"select G, count(G) where G is not null group by G order by count(G) DESC label G 'Product'",-1)
【问题讨论】:
标签: google-sheets indexing google-query-language