Help--Formulas
Hello! I am seeking assistance creating a formula that can cross-reference two data sources. So the issue is that one set of data has first and last names, and the second source has first name, middle name, and two last names. Ex. Juan Penaranda on one file, Juan Jose Penaranda on another, but they are both the same person hence no anomalies. However, I need to report the ones that are anomalies.
See the attached Excel file.
Any assistance in overcoming this issue would be greatly appreciated.
Biggy_E
Have you heard Fuzzy Lookup? It performs fuzzy matching of your two sets of data/table.- Fuzzy Matching:
- used to identify similar or approximately matching records in a dataset.
- Unlike exact matches, where data must be identical, fuzzy matching allows for variations such as typos, misspellings, and similar phrases.
- Use Cases:
- The Fuzzy Lookup Add-In can be used in two main scenarios:
- Duplicate Detection: Within a single table, it identifies fuzzy duplicate rows based on textual similarity.
- Data Integration: Between two different tables, it performs a fuzzy join to match similar rows.
- The Fuzzy Lookup Add-In can be used in two main scenarios:
- How It Works:
- The add-in compares the data/text of specified columns (such as names, addresses, or product descriptions) using advanced algorithms.
- It assigns a similarity score to each pair of records, indicating how closely they match.
- You can then set a threshold to determine which pairs are considered matches.
You can download this fuzzy lookup here>>> Download Fuzzy Lookup Add-In for Excel from Official Microsoft Download Center
you can use this tutorial based on your query>>> How to Use Microsoft Excel Fuzzy Lookup - YouTube
I've also attached the sample file using fuzzy lookup
- Fuzzy Matching: