【问题标题】:How can I retrieve the values in a column that are not contained in another column in google sheets如何检索未包含在谷歌表格另一列中的列中的值
【发布时间】:2019-11-04 21:10:42
【问题描述】:

我在 Google 工作表中有两列,我想检索其中一列的值,而另一列中没有

【问题讨论】:

    标签: arrays google-sheets filter duplicates google-sheets-formula


    【解决方案1】:

    尝试:

    =FILTER(A:A; NOT(COUNTIF(B:B; A:A)))
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2020-12-13
      • 1970-01-01
      • 2014-02-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-12-31
      相关资源
      最近更新 更多