Hi,
I have 2 sets of data (take from the same original file) that I would like to pair up and compare. The format of the 2 datasets are 1 identifier number and a details field. Every line has an identifier, unique for each dataset i.e. won't appear again in the dataset but may appear in the other (but most have different details text). I would like to pair up the 2 datasets so I can amend the details accordingly. Maybe an example may help
Dataset 1 (the master):
1, Details1
2, Details2
3, Details3
4, Details4
5, Details5
Dataset 2
2, Changed details2
4, Changed details4
5, Changed details5
I need these on the same sheet in something like the format below:
1, Details1
2, Details2 2, Changed Details2
3, Details3
4, Details4 4, Changed Details4
5, Details5 5, Changed Details5
Any ideas on how to go about this - Im stumped! Thanks very much.
I have 2 sets of data (take from the same original file) that I would like to pair up and compare. The format of the 2 datasets are 1 identifier number and a details field. Every line has an identifier, unique for each dataset i.e. won't appear again in the dataset but may appear in the other (but most have different details text). I would like to pair up the 2 datasets so I can amend the details accordingly. Maybe an example may help
Dataset 1 (the master):
1, Details1
2, Details2
3, Details3
4, Details4
5, Details5
Dataset 2
2, Changed details2
4, Changed details4
5, Changed details5
I need these on the same sheet in something like the format below:
1, Details1
2, Details2 2, Changed Details2
3, Details3
4, Details4 4, Changed Details4
5, Details5 5, Changed Details5
Any ideas on how to go about this - Im stumped! Thanks very much.