Condtional formatting - ISTEXT

  • Thread starter Thread starter ThomP
  • Start date Start date
Try this using conditional formatting...

Select cell A1
Goto the menu Format>Conditional Formatting
Select the Formula Is option
Enter this formula in the box on the right:
=ISTEXT(A1)
Click the Format button
Select the desired style(s)
OK out
 
First don't use a sig separator if you aren't bottom posting, as it
strips quoted material. Are you changing the requirement to be Specific
text, or just some text as the original question indicated?

It is pretty straight forward.

=T(A1)<>"" for any text
or
=A1="thom" for specific text
 
Back
Top