Comparing columns with repeating data

C

Chi-Chi

Hello everyone,

I'm currently trying to find out how to compare two columns that I'm working
with. The first one is within a workbook that has repeating values and the
other column is in another workbook with missing values. Here is an example
of what I want done:

Workbook A Workbook B
Column N Column A
a z
b b
b c
c d
d e

Missing from Column N Workbook A: a, b (only had one occurence of value b)

I have gotten close with this formula but it doesn't quite do what I want:

=IF(COUNTIF(B:B,A1)>0,"",A1)

Can someone please help?
 
S

Squeaky

HI ChiCHi,

I don't quite understand what you are wanting to do. In your formula you have

=IF(COUNTIF(B:B,A1)>0,"",A1)

which looks in COLUMN B for the value of A1. You said workbook A info is in
column N, and workbook B is in column A. No reference is made to column B.

What information are you trying to get out?

Squeaky
 

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