I have 2 worksheets named sheet1 and need_to_delete that are in the same format:
7 digit number, 5 digit alpha numeric, text, dollar amount.
I need to copy every row into sheet2 where there are no matches in the column A of the two source worksheets, and copy every row that does have a match in column A into sheet 3.
I also need to keep the rows in their current order.