【问题标题】:Compare data from two tabs and get the result Match/Non-Match (Google spreadsheets)比较两个选项卡中的数据并获得结果匹配/不匹配(Google 电子表格)
【发布时间】:2023-03-02 23:35:01
【问题描述】:

Google 电子表格中有两个标签。

我需要比较每个选项卡中的 B 列并将它们标识为匹配/不匹配

我使用了 Vlookup,但由于某些原因我无法正常工作。

这是文件的链接 - https://docs.google.com/spreadsheets/d/1CoN2hwj1tmFCiiEJ2iOIkIbIBRRa39N4iOPWr_IGAp0/edit?usp=sharing

【问题讨论】:

    标签: arrays google-sheets-formula vlookup array-formulas


    【解决方案1】:
    =ARRAYFORMULA(IF(B2:B="",,COUNTIF(Staging!B:B,B2:B)>0))
    
    =ARRAYFORMULA(IF(B2:B="",,COUNTIF(Live!B:B,B2:B)>0))
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2020-07-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-04-18
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多