J
Jennifer Stevenson
I have two databases that I am trying to merge into a single excel worksheet.
The first column in each database is a unique ID number associated with the
data in a single row. I need to line up the unique ID columns (one from each
database) in order to merge the data. The problem is that the two databases
do not have the same number of entries. For example,
UniqueID1 UniqueID2
1 1
2 3
3 4
4 5
and I would like to sort or line up the columns so that it looks like this
UniqueID1 UniqueID2
1 1
2
3 3
4 4
5
and leave blanks where they do not match up. Is this possible to do easily
in Excel?
Thanks!
The first column in each database is a unique ID number associated with the
data in a single row. I need to line up the unique ID columns (one from each
database) in order to merge the data. The problem is that the two databases
do not have the same number of entries. For example,
UniqueID1 UniqueID2
1 1
2 3
3 4
4 5
and I would like to sort or line up the columns so that it looks like this
UniqueID1 UniqueID2
1 1
2
3 3
4 4
5
and leave blanks where they do not match up. Is this possible to do easily
in Excel?
Thanks!