I have two sets of data that would both look like
Store # Ticket # Ticket Date Sales/Returns
5734 5006506307 3/4/2015 -7.49
5666 5003508301 3/24/2015 -7.49
5424 5008408916 3/30/2015 -12.84
After doing a vlookup, I have a number of invoices that come up as missing, however, I know that some of the missing invoices are not actually missing, but are just mistyped. I have played around with fuzzy lookups but this seems to only work on text. My thinking is that the solution would involve formula/VBA that could return a row if say 3 out of the four columns match- if the store #, Date, and Sales are the same, then return that row so I can see the ticket # from that row. I am manually doing pretty much this but I know there has to be some kind of code or formula that will help me. If someone could even point me in the right direction....
Bookmarks