Hello everyone,
I have the super-fun duty of managing three databases that all have the same customer data in them. We have three divisions to our small company and each division has its own database. I've been here only a while and am noticing inconsistencies between the data in the different databases.
What I have done is query the records that I need and I have them in an excel spreadsheet. I want to compare these lists and ideally, have all the same records show up on the same line, on the same sheet.
For example, if I have three lists:
List A: 1, 2, 3, 4
List B: 1, 2, 4
List C: 1, 3, 5
I would like the data to show up like this:
A B C
1 1 1
2 2 _
3 _ 3
4 4 _
_ _ 5
Any ideas?
I have the super-fun duty of managing three databases that all have the same customer data in them. We have three divisions to our small company and each division has its own database. I've been here only a while and am noticing inconsistencies between the data in the different databases.
What I have done is query the records that I need and I have them in an excel spreadsheet. I want to compare these lists and ideally, have all the same records show up on the same line, on the same sheet.
For example, if I have three lists:
List A: 1, 2, 3, 4
List B: 1, 2, 4
List C: 1, 3, 5
I would like the data to show up like this:
A B C
1 1 1
2 2 _
3 _ 3
4 4 _
_ _ 5
Any ideas?