+ Reply to Thread
Results 1 to 4 of 4

Help with Fuzzy/Similar Duplicates

  1. #1
    Registered User
    Join Date
    06-23-2016
    Location
    Los Angeles, CA
    MS-Off Ver
    Office 365
    Posts
    2

    Help with Fuzzy/Similar Duplicates

    Hello,

    I am trying to sanitize a spreadsheet of data and get it to be more uniform based on Brand (column A), and PolishName (column B). Using AbleBits Fuzzy Duplicate finder ( https://www.ablebits.com/excel-find-...duplicates.php ), I was able to find most of the differences in the Brand column and then make them all uniform. Now I am trying to fuzzy find the duplicates in the PolishName column, but it has to be based on the PolishName that is associated with the same brand. Once the PolishName that is correct is determined, it should update the entries and delete the duplicates. My example sheet is here:

    http://www.nailmob.com/TEST-Sheet-V3-unify.xlsx

    data-and-results.jpg

    Issues i've ran into:
    Some Brands have PolishNames that are similar to other brand's polishnames. I need to make sure the duplicates are unique to the brand. I could run the fuzzy duplicate find on the range of Polish names for each brand if I separated them into one sheet per brand, but that would be literally thousands of sheets. My main data set has over 120,000 rows and 5000+ different brands. I need to automate this somehow, as i'm not really familiar with writing macros/vba. Looking for some ideas from the experts.

    Thanks!

  2. #2
    Forum Expert Keebellah's Avatar
    Join Date
    01-12-2014
    Location
    The Netherlands
    MS-Off Ver
    Office 2021 (Windows)
    Posts
    7,909

    Re: Help with Fuzzy/Similar Duplicates

    Hi,
    This is step one, create a unique list of the combinations But then you will need more steps to get rid of the miss spellings
    Place the code below in a module and run it.
    I used Sheet1 as reference to the sheet.

    I combined both Brand and PolishName and then created a unique list with both of them.

    Please Login or Register  to view this content.
    ---
    Hans
    "IT" Always crosses your path!
    May the (vba) code be with you... if it isn't; start debugging!
    If you like my answer, Click the * below to say thank-you

  3. #3
    Registered User
    Join Date
    06-23-2016
    Location
    Los Angeles, CA
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Help with Fuzzy/Similar Duplicates

    Keebellah- Thanks! I will try this out soon and reply with results

  4. #4
    Forum Guru bakerman2's Avatar
    Join Date
    10-03-2012
    Location
    Antwerp, Belgium
    MS-Off Ver
    MO Prof Plus 2016
    Posts
    6,913

    Re: Help with Fuzzy/Similar Duplicates

    This already makes the list a bit shorter.
    Please Login or Register  to view this content.
    Avoid using Select, Selection and Activate in your code. Use With ... End With instead.
    You can show your appreciation for those that have helped you by clicking the * at the bottom left of any of their posts.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 08-24-2015, 10:42 AM
  2. Replies: 1
    Last Post: 03-13-2015, 11:04 AM
  3. Fuzzy Logic Similar Tools in Excel
    By Rajali in forum Excel General
    Replies: 1
    Last Post: 04-16-2012, 09:42 PM
  4. Fuzzy Logic - search for similar values
    By mojo249 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-22-2012, 02:11 PM
  5. Fuzzy about fuzzy formula code
    By dmanatee in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-14-2010, 04:23 PM
  6. Replies: 1
    Last Post: 02-15-2005, 08:07 PM
  7. Replies: 0
    Last Post: 02-15-2005, 05:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1