Hi Team,
I have two excel. I would like to compare them and see if there is any mismatch.
The final data will be exported to new excel file,
Please let me know how to go about this and attached the excel file,
Solved! Go to Solution.
Hi @sriniprad08 ,
Here is one way you could do it. Since the Number always has to match, you could just use a join tool on that field, and then calculate the other matches.
This will duplicate some rows if the number exists multiple times in the master, but that will allow you to flag the correct one to keep or drop.
-Jim
Depending on the size of your actual files, it might also be a good candidate for a batch macro. You could loop through the values in the Invoice list one at a time and compare them to the master individually that way.
hi @jvansistine
Thank you so much very helpful. But is it possible to get the match score. The one's i marked in Yellow and Red are almost same. So we need to identify those as well. For eg. "Noal lime limited" and "Noal lime limited companies " are almost same except one extra word "companies" . Can we capture these?
Also you mentioned about batch macro. Can you please share some link or thoughts how to go about this as well?
In that case, you could use the Fuzzy Match tool, which will give you the match score. There are a few options for setting that tool up, so definitely check out the help page. But that tool will allow you to find an acceptable threshold for "close enough" matches.
Hi @jvansistine ,
Thank you. Is it possible to check multiple scenarios between two excel files.
I think I would do something like this.
Do the fuzzy matches in parallel, and then use find/replace to substitute the standardized value from the master back on your invoices list.
I'm not sure how you can do them in a single step, since fuzzy match only looks down one column for its matches.
Hi @jvansistine ,
Thank you so much. Really appreciate your support. I will go through it.
Cheers,
Srinivas