I have an issue that I think can be solved in a few different ways, I just can't figure out which would work the best (and take the least amount of time).
I had a mailing list in a spreadsheet that was exported from a database and we've deleted quite a few names from it. Then we realized we left out an important piece of information so I exported the same list again and now I need to merge the two together but make sure I don't re-add the names we already deleted. Luckily, each name has a unique ID number, so I think that will help a bit.
At first I thought the easiest way to fix this would be to sort both lists by ID number and view them side by side, deleting names from the second list that didn't appear on the first, but man, that was taking forever because my eyes started going buggy trying to compare those ID numbers.
So then I pasted the ID number and missing piece of information into the first spreadsheet (still sorted by ID) and used a formula or conditional formatting (I actually can't remember which worked because I've tried so many things) and had it highlight duplicates of the ID number so it would be easy to see the data I needed to delete. The problem was, when I deleted the two cells and told it to shift the data up so the two ID number were in the same row, the formula would get messed up and I'd wind up with a REF error that I'd have to fix every time I deleted data.
I know there's got to be a better way to do this than the ones I've tried already (I'm leaving out some really stupid things I tried because they're too embarrassing to admit to). If anyone has any suggestions, I'd be really grateful. I'm good with formulas and conditional formatting; I know nothing about VBA but I'm willing to give it a try.
I've attached a very simplified version of what we're dealing with. In my example, I'm pretending we forgot to include the town and need to re-add it. test spreadsheet.xlsx
I hope this makes sense. Thanks in advance...
Bookmarks