Conditional formating for text

D

dazp1970

I am using conditional formatting to change the colour of cells that contain
text.

What I am trying to do is format cells so that those that do contain text
(any text) are coloured one colour, and blank cells are coloured a different
colour.

I don't want to change the background colour of my sheet though.

Any suggestions?
 
M

Max

This might suffice for your intents.

Select the range say A1:C5 (A1 active),
then apply CF using the formulas ..

Condition 1, Formula is: =ISTEXT(A1)
Format to taste

Condition 2, Formula is: =A1=""
Format to taste
OK out

Test it out ..
 

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

Top