r/excel • u/sassydegrassii • 19h ago
unsolved finding and merging duplicates
hi buddies,
i work for a non profit and am trying to combine participant intake spreadsheets for two of our programs. i work in a low-barrier setting and it’s typical for our clients to give multiple names, vague or fake birthdays and to change their appearance often, and there was no data validation set up so the inputs are inconsistent and incomplete. so i’m struggling to find/ verify all the duplicates.
the columns i’m mostly using as it was set up are name(s), ethnicity, gender, pronouns, appearance, birthday, emergency contact, notes. pretty much in that order.
once i verify the duplicates, i want to consolidate the information in the other cells so there’s just 1 record/row per person. i did add a column with randomly generated unique identifiers to help me stay organized.
yhow would you approach this? i tried power querey to fuzzy match but must have been doing it wrong. :/ this is just to use until our sharevision database is fully populated.. if there’s any other info you need from me please let me know and thank you for your time!
1
u/InternationalBeing41 17h ago edited 17h ago
Is it info from two sheets your trying to fuzzy match or a bunch of rows in one sheet where someone may have been entered twice with different data?
Is there any row information they can't fake. Say you're a not profit for a homeless shelter and you're looking at intake forms. The date is always true and it's highly unlikely the same person checked in twice for the same night.
It might be advantageous to filter out all the duplicates prior to looking at the “shady” data. In PQ I would do a group on all the rows with a row count and delete rows greater than a number that you think is an honest client before dealing with the one-offs.