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

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.
 
P

Per Jessen

Hi

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

=Left(A1,7)="Written"

and format as desired.

Regards,
Per
 
Top