Match

  • Thread starter Thread starter S
  • Start date Start date
S

S

I would like a formula that will take column a data and
match it (yes/no) on column b data.

Any ideas?
 
Hi
you may provide some more detail. Do you mean something like
=IF(COUNTIF($A$1:$A$100,B1)>0,"Yes","No")
and copy this down for all rows
 
S wrote...
I would like a formula that will take column a data and
match it (yes/no) on column b data.
...

Column A would match column B perfectly? Everything in column A als
appears in column B but not necessarily in the same order but an
duplicates match up? Everything in column A appears at least once i
column B?

What *precisely* do you mean by 'match'
 
Back
Top