LuckyLuciana
New Member
- Joined
- Feb 6, 2014
- Messages
- 10
I have a bit of a complex problem that i have been having trouble fixing.
We currently perform alot of data entry and i would like this macro to avoid doing it manually. We recieve a list from our client and in column A is a list of their clients. I need the macro to verify as close a match as possible (they write the client names alittle differently from us so i need a closee match but it will likely not be a perfect match) from Sheet 1 to our spreadsheet, sheet 2.
Once that match is found, i want the macro to CUT the close match from Sheet 1 the row and data in columns B, C, D,E, F & G then PASTE that data to its similar match in Sheet 2 into columns F,G,H,I, J & K. Crazy bonus points to format the pasted data in Orange so i can see in sheet 2 which data has been updated and then MANUALLY delete the un matching rows (these are the deleted clients). I want this part done manually so we can ensure no mistakes have been made. I will likely change this later.
The biggest issue i have is i dont know how to code for a close match. it's not an exact duplicate. Here is an example:
Sheet 1 Column A client name: APRC7 APROPOS AFTER NINE
Sheet 2 Column A client name: Apropo After nin
I could save the column as txt then csv and then delete the codes but there are some that are reversed anyway and to do that all manually when i dont need to seems silly since every month there are new and deleted clients.
Would appreciate any insight and help, thanks so much for taking the time to read this!
We currently perform alot of data entry and i would like this macro to avoid doing it manually. We recieve a list from our client and in column A is a list of their clients. I need the macro to verify as close a match as possible (they write the client names alittle differently from us so i need a closee match but it will likely not be a perfect match) from Sheet 1 to our spreadsheet, sheet 2.
Once that match is found, i want the macro to CUT the close match from Sheet 1 the row and data in columns B, C, D,E, F & G then PASTE that data to its similar match in Sheet 2 into columns F,G,H,I, J & K. Crazy bonus points to format the pasted data in Orange so i can see in sheet 2 which data has been updated and then MANUALLY delete the un matching rows (these are the deleted clients). I want this part done manually so we can ensure no mistakes have been made. I will likely change this later.
The biggest issue i have is i dont know how to code for a close match. it's not an exact duplicate. Here is an example:
Sheet 1 Column A client name: APRC7 APROPOS AFTER NINE
Sheet 2 Column A client name: Apropo After nin
I could save the column as txt then csv and then delete the codes but there are some that are reversed anyway and to do that all manually when i dont need to seems silly since every month there are new and deleted clients.
Would appreciate any insight and help, thanks so much for taking the time to read this!