J
Jeff
Hello,
I have two related lists of data. One has three columns
of information [Name (L1A), Birth Date (L1B),
Relationship (L1C)], with 520 rows and the other has 4
column's of information (Name (L2A), Birth Date (L2B),
Death Date (L2C), Spouse (L2D)] with 675 rows. Names
and Birth Dates are the same in both lists and
Relationship, Death Date, and Spouse are unique to both
lists.
L1A = L2A and L1B = L2B
L1C, L2C, and L2D have unique data.
How do I combine the lists into one list with 4 columns,
dropping those records that are not found in both lists?
[Name, Birth Date, Death Date, Spouse, Relationship]
Thanks in advance.
Jeff
I have two related lists of data. One has three columns
of information [Name (L1A), Birth Date (L1B),
Relationship (L1C)], with 520 rows and the other has 4
column's of information (Name (L2A), Birth Date (L2B),
Death Date (L2C), Spouse (L2D)] with 675 rows. Names
and Birth Dates are the same in both lists and
Relationship, Death Date, and Spouse are unique to both
lists.
L1A = L2A and L1B = L2B
L1C, L2C, and L2D have unique data.
How do I combine the lists into one list with 4 columns,
dropping those records that are not found in both lists?
[Name, Birth Date, Death Date, Spouse, Relationship]
Thanks in advance.
Jeff