Yes, filter duplicates is easy if the data is formatted the same.
However, I have two columns of company names - they are from different data sets so they are formatted differently.
Example:
Column A: Ziegler-Peru, Inc.
Column B: Ziegler Peru, Inc
Column A: ConocoPhillips Company
Column B: Conoco Phillips
..In this situation, what is the best way to check column A for duplicates in column B?
Bookmarks