Matching contents

G

gary

Col A has 200 cells (i.e., A1.A200)
Col B has 1500 cells (i.e., B1.B1500)

How can I find the cells in Col A whose contents match the contents in
the cells in Col B?
 
T

T. Valko

Insert a new column A.

Then enter this formula in A1 and copy down to A200:

=IF(ISNUMBER(MATCH(B1,C$1:C$1500,0)),"X","")

Matches will be marked with a "X".
 

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