【问题标题】:Compare two columns in excel and extract the differences比较excel中的两列并提取差异
【发布时间】:2016-07-21 12:21:39
【问题描述】:

我需要比较两列并仅提取差异。 例如:

Column 1                     Column 2                     Column 3
c:\windows\system32\a.exe    c:\windows\system32\a.exe    null
c:\windows\system32\a.exe    c:\windows\syswow64\a.exe    return system32 or syswow64 / return both of them

【问题讨论】:

    标签: excel compare


    【解决方案1】:

    在“第 3 列”中尝试使用:

    =IF(A2 = B2, "null", A2 & " " & B2)
    

    其中 A2 是第 1 列,B2 是第 2 列

    【讨论】:

      猜你喜欢
      • 2019-05-15
      • 2018-01-12
      • 2021-04-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多