MATCH

  • Thread starter Thread starter che
  • Start date Start date
C

che

Please give me website about MAtch data.

How can I match column a and b and the result will be on
column c?

Thanks
 
Hi

When your data start from row 2 (row 1 is header):
Into C2 enter the formula
=IF(COUNTIF(B$2:B2,B2)>1,"Duplicate","")
and copy down


Arvi Laanemets
 

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

Back
Top