IF Formula that looks at a list

C

carl

I have a list of products in column K..

All products sold are in column A. I would like to put a
formula into column B that will return true if the product
in column A (in that row) is on the list in column K.

Thank you in advance.
 
D

Dave R.

=ISNUMBER(MATCH(A1,K1:K9999,0))

or

=ISNUMBER(MATCH(A1,K:K,0))

if you want all of K.
 

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