merge two data sets one unique

G

Guest

I am attempting to merge two excel worksheets. One has a set of unique ID
numbers with accompanying data. The other has ID duplicative numbers, but I
want corresponding info to be copied as appropriate.
 
G

Guest

CESTOTT said:
I am attempting to merge two excel worksheets. One has a set of unique ID
numbers with accompanying data. The other has ID duplicative numbers, but I
want corresponding info to be copied as appropriate.
 
G

Guest

Hi Cestott-

Maybe something like this?

In unique ID table, insert a copy of ID column adjacent to ID column

In duplicative ID table, insert blank column adjacent to ID column. Use a
formula with Row and Concatenate functions to create a unique ID for each ID
(ID+ rownumber).

Copy unique ID table after duplicative ID table. Sort on new column. Use
custom Data filter to select concantenated IDs that start with ID.

PB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top