Is there a function......

M

mftmish

Good Morning,
Is there a function which would allow me to compare a
column of numbers to another column of numbers to see if
any of the numbers in column A appear in column B?
Thanks!
 
P

Peo Sjoblom

=COUNTIF(Column1,first-cell_Column2)>0

an example

=COUNTIF($A$2:$A$500,E2)>0

copy down adjacent to the column you are checking
and it will return TRUE if a value in E is also in A
 

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