【发布时间】:2021-04-01 13:29:08
【问题描述】:
我正在尝试仅过滤表 Today 中不在表 Last time 中的行(前两列是标识符)。
这些是我失败的尝试:
=IFNA(QUERY(ArrayFormula(if(countif(V8:V30&" "&W8:W30,Q8:Q30&" "&R8:R30)=0,Q8,"")),"select Col1 where Col1 <> ''"), "")
尝试在标准字段中添加=。
=IFNA(QUERY(ArrayFormula(if(countif(V8:V30&" "&W8:W30,"="&Q8:Q30&" "&R8:R30)=0,Q8,"")),"select Col1 where Col1 <> ''"), "")
【问题讨论】:
标签: google-apps-script google-sheets google-sheets-formula