How do I conditionally format cells based on part of their text?

  • Thread starter Thread starter Buz
  • Start date Start date
B

Buz

I would like to change the format of cells based on part of their text. For
example, cells containing 'Written - New' and 'Written - Renew' should be
formatted the using only one condition.
 
Hi

Choose "Formula is" in condition1 and use this formula:

=Left(A1,7)="Written"

and format as desired.

Regards,
Per
 

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