【问题标题】:Find duplicate across sheet based on multiple columns google sheet基于多列谷歌工作表在工作表中查找重复项
【发布时间】:2019-11-11 12:15:45
【问题描述】:

我想将一张纸中的行与另一张纸中的行相匹配。 (使用条件格式)。但是这个匹配是基于多列的。

https://docs.google.com/spreadsheets/d/18Cr13bQZ2ZZnb1Y2Nq6aMFhHXhFTZsioJ3M4S1fzURQ/edit?usp=sharing

表 1

|Country|Year|Location|    
|India  |2001|D1      |
|Russia |1999|D3      |
|Kenya  |1001|D4      |    
|India  |1999|D2      |

表 2

|Country  |Year|Destination|    
|India    |2000|DA1        |    
|Bulgaria |1999|DA3        |    
|Wakanda  |1001|DA4        |    
|India    |1999|DA2        |

只应突出显示India-1999

【问题讨论】:

    标签: regex google-sheets google-sheets-formula array-formulas gs-conditional-formatting


    【解决方案1】:

    尝试:

    =ARRAYFORMULA(REGEXMATCH($A2&$B2, TEXTJOIN("|", 1, 
     INDIRECT("Sheet1!A2:A")&INDIRECT("Sheet1!B2:B"))))
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-06-12
      • 1970-01-01
      • 2022-07-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多