Determine if name in list A has perfect match, partial match, or is not found in list B?

前端 未结 2 411
离开以前
离开以前 2021-01-03 15:25

In Excel, I have two columns of property names. I need to determine if a name in Column A has a complete match, a partial match or no match in Column B.

Something

2条回答
  •  萌比男神i
    2021-01-03 15:49

    If you want to know how closely the values match, consider using the Fuzzy Lookup Add-in for Excel http://www.microsoft.com/en-us/download/details.aspx?id=15011

    This link below provides a demo: http://www.k2e.com/tech-update/tips/431-tip-fuzzy-lookups-in-excel

提交回复
热议问题