ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   checking for duplicates (https://www.excelbanter.com/excel-worksheet-functions/137680-checking-duplicates.html)

Ted Metro

checking for duplicates
 
I have a large customer list, and want to check for duplicate records that
might be slightly misspelled.

First I will use a formula that will check the first 8 or 10 characters of a
customer name and look for a match in the list.

Is there a formula that will look at a customer name and see if there is any
other customer that has 80% or 90% of the same letters.

I want to try to catch things like --

'The A One Bank' and 'A One Bank' - recognizing as the same customer

but also catch with the same formula

'The A One Bank' and 'A-One Bank Inc'


Dave F

checking for duplicates
 
=IF(ISNUMBER(MATCH(LEFT(A1,8),B1:B100,0)),"MATCH", "") will compare the first
8 characters in B1 to the values in B1:B100 and return "match" if a match is
found or else will return nothing if no match is found.

You may also want to play around with the FIND function to get something
more approximate. See here for a discussion:
http://articles.techrepublic.com.com...1-1033368.html

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Ted Metro" wrote:

I have a large customer list, and want to check for duplicate records that
might be slightly misspelled.

First I will use a formula that will check the first 8 or 10 characters of a
customer name and look for a match in the list.

Is there a formula that will look at a customer name and see if there is any
other customer that has 80% or 90% of the same letters.

I want to try to catch things like --

'The A One Bank' and 'A One Bank' - recognizing as the same customer

but also catch with the same formula

'The A One Bank' and 'A-One Bank Inc'



All times are GMT +1. The time now is 03:45 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com