Reference Formula

  • Thread starter Thread starter User
  • Start date Start date
U

User

I need a way to find cells that contain information that is included in
another cell.
Example:
A B
1 John Smith Smith, John
2 Jane Doe ABC Company
3 Billy Jones Jones, Billy

I'd like to use conditional formatting to highlight cells B1 and B3 because
it contains a word that is also in cells A1 and A3 respectively.

Thanks
 
I had been waiting for a while for others to give you a better solution.
One way is to insert a couple of columns and split the names for each column
into two by using
the <data><text to columns> procedure.
After that you can create conditional formatting using the is formula
option
and using the formula =OR(C1=B1,C1=A1) for C1 and similar for D1
=OR(D1=B1,D1=A1)
copy the formal down using the format painter.
 

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