text comparision

  • Thread starter Thread starter Blah
  • Start date Start date
B

Blah

I have two columns of names, they include commas seperating last first
etc...how to I do a text comparision function to see if a cell in
column 1 is in the range of cells in column two one cell at a time?


thanks..
 
to compare if cell b1 is in range a1:a100

=countif($a$1:$a$100,b1)

will return a number greater than 0 if it occurs in that rang
 
MDubbelboer said:
to compare if cell b1 is in range a1:a100

=countif($a$1:$a$100,b1)

will return a number greater than 0 if it occurs in that range

Only works with numbers not text....
 
MDubbelboer said:
works fine with text in excel 2003


using =COUNTIF(B$2:B$200,C2)

Ademisoye, Tracy Folake

can't match with

Ademisoye, Tracy Folake

even though they are on the same line
 

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