Hi All:
I am trying to set up Conditional Formatting in cell A10 so that if the first 20 letters in Cell A10 = Returned to sender o then make the font Red
so in cell A10 I tried setting the Conditional Formatting formula as:
=LEFT(A10,20)="Returned to sender o"
that didn't seem to work so I tried
=LEFT(20)="Returned to sender o"
That didn't work. Is there a formula I can use in Conditional Formatting?
I have code that I can use but I would like to just set this up in Conditional Formatting if possible.
THANKS,
Mark
I am trying to set up Conditional Formatting in cell A10 so that if the first 20 letters in Cell A10 = Returned to sender o then make the font Red
so in cell A10 I tried setting the Conditional Formatting formula as:
=LEFT(A10,20)="Returned to sender o"
that didn't seem to work so I tried
=LEFT(20)="Returned to sender o"
That didn't work. Is there a formula I can use in Conditional Formatting?
I have code that I can use but I would like to just set this up in Conditional Formatting if possible.
THANKS,
Mark