【问题标题】:Google sheet - lookup multiple values in a range and return only with rows that DON'T match谷歌表 - 在一个范围内查找多个值并仅返回不匹配的行
【发布时间】:2019-12-31 21:48:29
【问题描述】:

查找值位于第一个表的 C 和 D 列(图 1)。我正在寻找一个公式(查询、数组公式等):

  1. 如果 F:O 列中的值不匹配,则返回第二个表中的所有行(图 2) 和
  2. 仅过滤列 E(图 2)与单元格 D2(图 1)匹配的结果。

我希望这是有道理的。

这是电子表格的链接: Google Sheet

【问题讨论】:

  • @player0 链接已添加,谢谢!
  • 能否请您添加所需的输出?

标签: regex google-sheets filter google-sheets-formula array-formulas


【解决方案1】:
={'Classroom Management'!D1:E1; 
 FILTER('Classroom Management'!D10:E, 'Classroom Management'!E10:E=D2, 
 NOT(REGEXMATCH('Classroom Management'!Z10:Z, TEXTJOIN("|", 1, C2:C11))))}

【讨论】:

    猜你喜欢
    • 2016-12-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2019-11-09
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多