I have Sheet1 which has almost 800 thousand product names in column A, with a header "Existing Products" in A1, and sorted A-Z. I also have Sheet2 which has names for new products to be tested whether we already have them in Sheet1 before further data manipulation. New product names are in column C in Sheet2 with a header "New Products" in C1.
What I'm after is a macro that takes every product name from column A in Sheet1, and searches for it in column C in Sheet2. If it finds it in Sheet2, then the name should be deleted. This loop should continue until the end of existing products names in Sheet1. Once the entire process is completed, Column C in Sheet2 should be sorted A-Z to eliminate any empty cell.
Can anyone help me achieve this please?
Thanks in advance...
Bookmarks