Filtering data

  • Thread starter Thread starter Thelee72
  • Start date Start date
T

Thelee72

How Can I get the data from Column B, which is not existing in Column
?

Example

Column A has :
1
2
3
4
5
6

Column B has:
1
3
5


Result:
2
4
 
You could use an advanced filter:

1. In an open cell (say E15), insert:
=COUNTIF(B:B,A2)=0
2. Select column A & B.
3. Go to Data > Filter > Advanced Filter
4. In the criteria range put:
E14:E15
ensuring that E14 is empty.

HTH
Jason
Atlanta, GA
 

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

Back
Top