Matching duplicate decords in separate sheets and transposing text

CavSon5

New member
Joined
Jan 24, 2017
Messages
1
Reaction score
0
Points
0
Hi

To avoid extra hours puzzling over this, I wondered if anyone could help me with this issue.

I'm cleaning up and consolidating records from 2 previous databases prior to importing them to a new dbase. All the records have been exported to Excel 2007 for now.

We have an issue where we need to identify where more than one record may exist for an individual, and which would which have separate identifier codes. We need to identify those multiple records (by first name and surname), and then ensure that all the records have the same code, replacing any defunct codes with the one we plan to use in the new system.

I have a set of 18000+ rows of data in one tab (sheet 1) of my workbook, and the records we want to cross-reference with (which have the codes we want to use going forwards) in another tab (sheet 2). I have separate fields in both tabs for record code (old and new), first name, surname, plus an additional column for concatenated first name+space+surname in case that might be needed.

What I need to do is:

- cross reference both sets of records to identify where we have duplicate records across both datasets on these separate sheets
- where a duplicate record is identified, transpose the old identifier code (on sheet 1) linked to that record with the new identifier code associated with the matching record on sheet 2 such that we have the same identifier codes for both.

How best to do that? Is it even possible? I've been looking at Index Match formulae but simply haven't been able to make it work.

Any advice welcome - thanks in advance!
 
Any advice welcome - thanks in advance!

Hello
This all sounds a bit complicated, but I get the idea in general. Bearing in mind that you aren't providing a sample workbook, this makes it difficult to go further than broad advice.
If we take a step at a time, If you have reliable unique keys that can match the records correctly then it isn't difficult to do a formula for it.
Basically our formula would take key(s) from Sheet1, and in an extract table list elements from Sheet2 that match. If you think this may be some help, I can provide a sample workbook
to show you how it works.
 
Back
Top