【发布时间】:2019-12-03 08:43:05
【问题描述】:
谁能建议我如何将此查询转换为可在数组公式中使用的查询?
=iferror(QUERY(importorders!A:H,"Select count(A) where C = 'Thailand Tour' and month(H) = "&MONTH(A3)-1&"and year(H) = "&year(A3)&" label count(A) ''",1),0)
基本上就是统计我每个月有多少订单。
感谢收看。
【问题讨论】:
-
与虚假数据共享您的工作表副本
-
好的,我已经创建了一个副本:docs.google.com/spreadsheets/d/…
标签: google-sheets google-sheets-formula array-formulas google-sheets-query gs-vlookup