TheWennerWoman
Active Member
- Joined
- Aug 1, 2019
- Messages
- 309
- Office Version
- 365
- Platform
- Windows
I have two datasets from two different systems.
Dataset A might look like
Dataset B might look like
What I need to be able to do is compare dataset A with dataset B and flag anything where the I numbers don't match. I can use LEFT and FIND to tidy dataset A and in the above I would expect the third record to fail (I109026 vs I109028).
There are thousands of these records - I can't use VLOOKUP because it only finds the first record so generates a lot of errors.
Any thoughts appreciated.
Dataset A might look like
Code:
FINEART-MJ I109024
FINEART-MJ I109025
FRANCOLI-PU I109026
Dataset B might look like
Code:
FINEART I109024
FINEART I109025
FRANCOLI I109028
What I need to be able to do is compare dataset A with dataset B and flag anything where the I numbers don't match. I can use LEFT and FIND to tidy dataset A and in the above I would expect the third record to fail (I109026 vs I109028).
There are thousands of these records - I can't use VLOOKUP because it only finds the first record so generates a lot of errors.
Any thoughts appreciated.