Duplicate Records???

MarshallLaw

Board Regular
Joined
Aug 5, 2003
Messages
57
Good morning,

I have a list of about 600 phone numbers and names that are associated to those numbers. I haven't been able to update it easily since I started keeping it and I was hoping someone here might have a good idea on how to solve my issue.

I have the list of 600 or so numbers with a name associated to it. I could add a third column that would contain an "updated" date in it. I need a formula or a macro that looks at each number, the date it's from, compare it to a new list of numbers and names and update it if there has been a change.

Can anyone help me?

Thanks!
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
If it is a new list there is no need to worry about the date.
Make a backup first.

All you need to do is make a new temporary column with a VLOOKUP() formula to the new list. You will probably get lots of #N/A which you can ignore.

Copy the column and whilst still selected Edit/paste Special Values to change the formulas to values. Do a sort to get all the found values together (away from the#N/A). Copy/Paste the new numbers from the temporary column. Delete the extra column.
 
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top