Show matching data

B

Berry

I have two columns of serial numbers, I need to identify any numbers common to both lists. Is there a function to do this?
 
X

xlbo

Assuming you have one set of serial numbers in column A and another set in column B (both starting in row 2

In C2, ente
=if(not(isna(vlookup(A2,$B$2:$B$1000,1,false))),"IN BOTH LISTS",""
and copy dow

change 1000 to reflect the end row of the list in Col

Hope this help
Geoff
 

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