I have a report which I have to update from time to time. The combination (Concat) of the values from two columns is unique, so I have a "code" which identifies the row.
So, for the example: Sheet 1 has 1000 rows, Sheet 2 has 1200 (The previous 1000 are included in this) I want to copy over to the main sheet (Sheet 1) only the new 200 rows, all of which have "new" codes, problem is: They are all mixed. Is there a way to quickly do it? If a VBA code would be necessary I'm willing to adapt and incorporate it to the process.
So, for the example: Sheet 1 has 1000 rows, Sheet 2 has 1200 (The previous 1000 are included in this) I want to copy over to the main sheet (Sheet 1) only the new 200 rows, all of which have "new" codes, problem is: They are all mixed. Is there a way to quickly do it? If a VBA code would be necessary I'm willing to adapt and incorporate it to the process.