lookup vaules which are not exist in a table

I

ifulao

I have column A, B, C. I want to know what are the values in column A that not exist in column B&C.
Anyone can help this?
 
C

Claus Busch

Hi,

Am Tue, 26 Nov 2013 06:39:42 -0800 (PST) schrieb (e-mail address removed):
I have column A, B, C. I want to know what are the values in column A that not exist in column B&C.

in D1:
=IF(COUNTIF($B$1:$C$100,A1)=0,"no match","match")
and copy down


Regards
Claus B.
 

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