color cells with text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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

Thank you!
 
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.
 
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.
 

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