I have a list of addresses in column A of both sheets. sheet1 and sheet2
I'm just wondering is there an efficient way to compare data in two sheets and do the following;
Remove addresses from sheet1 that are not in sheet2.
Add the addresses from sheet2 that are not in sheet1 to the end of sheet1.
My initial intention was to loop but this is apparently not efficient memory wise due to the being roughly 10000 addresses on each sheet.
Yes there is - Microsoft Query (SQL in Excel).
You can access it from
Data->From Other Sources->Microsoft Query
SQL is exceptional in comparing/consolidating/updating multiple data sources. See this section of my blog post here. Microsoft Query will also be much faster than any VBA macro.
An example of your issue:
Reduce first Worksheet to items that are in both Worksheets
Select new addresses
Join both