比较两个选项卡中的数据并获得结果 Match/Non-Match(Google 个电子表格)
Compare data from two tabs and get the result Match/Non-Match (Google spreadsheets)
Google 电子表格中有两个选项卡。
我需要比较每个选项卡中的 B 列并将它们标识为 Match/Non-Match
我使用了 Vlookup,但由于某些原因我无法使用。
这是文件的 link - https://docs.google.com/spreadsheets/d/1CoN2hwj1tmFCiiEJ2iOIkIbIBRRa39N4iOPWr_IGAp0/edit?usp=sharing
=ARRAYFORMULA(IF(B2:B="",,COUNTIF(Staging!B:B,B2:B)>0))
=ARRAYFORMULA(IF(B2:B="",,COUNTIF(Live!B:B,B2:B)>0))
Google 电子表格中有两个选项卡。
我需要比较每个选项卡中的 B 列并将它们标识为 Match/Non-Match
我使用了 Vlookup,但由于某些原因我无法使用。
这是文件的 link - https://docs.google.com/spreadsheets/d/1CoN2hwj1tmFCiiEJ2iOIkIbIBRRa39N4iOPWr_IGAp0/edit?usp=sharing
=ARRAYFORMULA(IF(B2:B="",,COUNTIF(Staging!B:B,B2:B)>0))
=ARRAYFORMULA(IF(B2:B="",,COUNTIF(Live!B:B,B2:B)>0))