【发布时间】:2019-11-16 20:57:57
【问题描述】:
【问题讨论】:
标签: google-sheets google-sheets-formula counting google-sheets-query google-query-language
【问题讨论】:
标签: google-sheets google-sheets-formula counting google-sheets-query google-query-language
【讨论】:
=INDEX(QUERY({A:A; B:B}, "select Col1,count(Col1) where not lower(Col1) = 'bird' group by Col1 order by count(Col1) desc"), 2, 1)