color cells with text

E

Eliane

How do I use conditional formatting to color any cell with text in it?

Thank you!
 
J

JulieD

Hi Eliane

assuming by "text" you mean what Excel means by text (ie not a number or a
boolean) then
select your range
choose format / conditional formatting
choose formula is
type
=ISTEXT(A1)
where A1 is the top left cell of the selected range
click FORMAT - set the formatting you want
click OK twice.
 
W

ww

Highlight the entire column like Column A.
Format | Conditional Formatting change to Formula is
enter =istext(A1) change the format pattern color and hit ok.
 
Top