【发布时间】:2023-01-20 22:04:17
【问题描述】:
我试图查看工作表 2 的 A 列中的哪些值不存在于工作表 1 的 A 列中
由于我是 Google 表格的新手,所以我想出了以下查询:
=query(sheet2!A:A," select * where A is not null and A not matches (select A from sheet1)")
但是显示的错误是:
Unable to parse query string for Function QUERY parameter 2: PARSE_ERROR: Encountered " <ID> "A "" at line 1, column 35. Was expecting one of: "(" ... "(" ...
and A not matches (select A from sheet1) 条款似乎有一些问题,我无法指出确切的问题。请帮忙。
【问题讨论】:
标签: google-sheets