Hello all,
I frequently have to compare large sets of records from different data sources at work. I have done quite a bit of research and have not found an effective way to do this. I need to be able to match these lists (often exports from Crystal Reports) as follows:
Original Data:
List 1: A,B,C,E,G
List 2: A,C,D,E,F,G
Required Result:
List 1 List 2
A A
B
C C
D
E E
F
G G
Essentially, I need to be able to align matches side by side for comparison and further analysis.
Any help would be appreciated I have spent far too many hours in the past doing this manually!
As always, thanks in advance.
I frequently have to compare large sets of records from different data sources at work. I have done quite a bit of research and have not found an effective way to do this. I need to be able to match these lists (often exports from Crystal Reports) as follows:
Original Data:
List 1: A,B,C,E,G
List 2: A,C,D,E,F,G
Required Result:
List 1 List 2
A A
B
C C
D
E E
F
G G
Essentially, I need to be able to align matches side by side for comparison and further analysis.
Any help would be appreciated I have spent far too many hours in the past doing this manually!
As always, thanks in advance.