【发布时间】:2021-05-27 10:16:59
【问题描述】:
我在 Google 表格中为我的订单创建了一个摘要,并且能够做到这一点。
=QUERY('2021'!A1:AA5000, "select D,G,
count(V) where V is not null and V ='Shipped' and G ='NAJ' and D ='January'
group by D,G
label count(V) 'Total Orders'")
我想让 V、G 和 D 值不被硬编码,而是可以从下拉列表中选择。 在没有帮助的情况下上网搜索了半天。
【问题讨论】: