Comparisoning Two Barcode Lists

P

Perla

I have two lists (List A and List B) wich are full of barocde numbers. I want
to comparison them with each other. I want to see, if a barcode number (which
is in list A), takes part of list B too. The excel program must be showing
them to me. But ı could'nt find the true formule yet.

If anyone is there who know the answer, please help me.
 
B

Billy Liddel

Max from Singapore posted a solution a while ago. Use two formulas assumes
List a is in columnA and List B is in Column B

=IF(B1="","",IF(ISNUMBER(MATCH(B1,A:A,0)),ROW(),""))
=IF(ROW()>COUNT(D:D),"",INDEX(B:B,SMALL(D:D,ROW())))

Peter
 

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