导入数据:一列特定值必须有,另一列几个值也有
Import data: one column specific value must have, another column several value have too
假设,我想将数据从单独的 spreadsheetA 导入到 spreadsheetsheetB,其中 D 列有 'play' 或 'poetry' 或小说,E 列必须有“200”。怎么可能?
https://docs.google.com/spreadsheets/d/1v_RQvFPxLJSN3k6urCcIXt2BsRlbc-sgaiGAP_aH1Y4/edit#gid=0
=QUERY(A!A2:M, "where lower(D) matches 'play|poetry|fiction' and E = 200", 1)
假设,我想将数据从单独的 spreadsheetA 导入到 spreadsheetsheetB,其中 D 列有 'play' 或 'poetry' 或小说,E 列必须有“200”。怎么可能?
https://docs.google.com/spreadsheets/d/1v_RQvFPxLJSN3k6urCcIXt2BsRlbc-sgaiGAP_aH1Y4/edit#gid=0
=QUERY(A!A2:M, "where lower(D) matches 'play|poetry|fiction' and E = 200", 1)