Pulling out invoices that do not match

D

Donna

Hi,
I have 2 columns , Col A has invoice numbers and Col B has invoice numbers.
All of the invoices will be included in Col A but all will not be included
in Col B. I want to be able to pull out the invoices in Col A that did not
have a corresponding Invoice number in Col B.
Col A Col B
123456 123456
155456 113984
113984
Any help will be appreciated.
 
J

JLatham

In column C on first row with pair of numbers (assumes row 2 for this) put:
=COUNTIF(B:B,A2)
fill the formula down to the end of the list in column A.
it will show zero when the number in column A is not in column B.
You can then use Data, Auto-Filter column C and select to show 0 values,
then select all shown and delete them to remove those from the list in column
A.

Best to practice on a copy of your workbook.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top