【发布时间】:2021-03-03 00:57:12
【问题描述】:
鉴于此 table 和这两对,我如何过滤该表(从 UI 中)以便我看不到这两个的完整行?
我已经尝试填写filter by condition->custom formula->
=QUERY(A:B; "where A='2021-01-25' and B='domain3'"; 0)
=QUERY(A:B; "where A='2021-01-27' and B='domain1'"; 0)
但它没有返回任何结果,另外我想得到 2 双。
-
这是在
filter by condition中使用公式的方式吗? -
如果简化的话,我可以使用应用程序脚本。
【问题讨论】:
-
@player0 也许你会知道
-
为什么使用标签 google-apps script 和 google-sheets-api?
标签: google-apps-script google-sheets google-sheets-formula google-sheets-api