I have two worksheets populated with data from different sources. They contain a common data element and the does not occur more than once in each table. There may be omissions.
I compare the elements and when they match I copy some data from the first spreadsheet to the second. When they don’t match on the first comparison, I iterate through the second worksheet’s element until there is a match or if there is no match I record a comment to that affect and move to the next row in the first worksheet and resume the process all over again.
After a no match cycle I need to start the second worksheet at the next data element after the last match so not to look at up to 15K data elements that have already been matched.
Can someone suggest a way to do restart at the next element after the last match?
I compare the elements and when they match I copy some data from the first spreadsheet to the second. When they don’t match on the first comparison, I iterate through the second worksheet’s element until there is a match or if there is no match I record a comment to that affect and move to the next row in the first worksheet and resume the process all over again.
After a no match cycle I need to start the second worksheet at the next data element after the last match so not to look at up to 15K data elements that have already been matched.
Can someone suggest a way to do restart at the next element after the last match?