I'm comparing two workbooks, and in the process, I want the noncomparisons to delete. I two workbooks, book1 and book2. Each of these workbooks has a column of serial numbers in column "A". If book1 has a serial number that is not found in anywhere in column "A" of book2, I want to delete the entire row. I feel like this somehow uses the find function, but I can't come up with a way to say "if not found then...." any help would be appreciated.