Conditional Formatting with Partial name search

D

Diane

Is there a way to use conditional formatting to search two lists of names,
and highlight the differences by only highlighing those with last name
differences. (My spreadsheet contains over 250 names)

Example:
Column A:
Jones, Dave
Smith, Bob
Brown, Sally
White, Mary

Column B:
Jones, Dave V.
Smith, Bob A.
White, Mary

I am looking for a conditional formula that would highlight Mary White in
column A as the only different one between the two lists.

Please help.
 
D

Diane

Thanks so much. It worked with one little change to cover the entire list.
=COUNTIF($B:$B,LEFT($A2,FIND(",",$A2))&"*")=0
 

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