Hi all,
I have two spreadsheets (SheetA and SheetB). SheetA has 4 columns, with ColumnA having names. SheetB has only 1 column, ColumnA, containing a different set of names.
I need to match SheetA.ColumnA with SheetB.ColumnA, and all matches need the data from SheetA copied to a new spreadsheet. However, I also need near matches, for example, Liberty Services should match with Liberty Insurance, and John & Sons Ltd should match with John Sons Ltd
I'm an intermediate with VBA, but I honestly just don't know where to start with this. The ideal solution would be a button with a macro that is placed on one of the sheets. Ideally I don't want to use the Excel Fuzzy add-in because this may be rolled out to multiple users.
Any help will be greatly appreciated!
I have two spreadsheets (SheetA and SheetB). SheetA has 4 columns, with ColumnA having names. SheetB has only 1 column, ColumnA, containing a different set of names.
I need to match SheetA.ColumnA with SheetB.ColumnA, and all matches need the data from SheetA copied to a new spreadsheet. However, I also need near matches, for example, Liberty Services should match with Liberty Insurance, and John & Sons Ltd should match with John Sons Ltd
I'm an intermediate with VBA, but I honestly just don't know where to start with this. The ideal solution would be a button with a macro that is placed on one of the sheets. Ideally I don't want to use the Excel Fuzzy add-in because this may be rolled out to multiple users.
Any help will be greatly appreciated!