Conditional Formatting to Check for Blanks

D

Daren

I have the formulat =IF(G2="","True", "False")

I want to use conditional formatting to turn the cell red when the value is
True. How do I do that?

Thanks.
 
B

Bernard Liengme

Have you tried =ISBLANK(G2) as the formula in the conditional formatting
dialog?
best wishes
 
M

Mike H

daren,

Select the cell then

Format|Conditional format
Select 'Formula is'
enter the formula
=G2=""
Click format
patterns tab
Pick your colour
OK

Mike
 
D

Daren

Thanks, I switched to that formula and used the conditional format also to
pick up the true value. Thanks.
 
D

Daren

Thanks, it worked.

Mike H said:
daren,

Select the cell then

Format|Conditional format
Select 'Formula is'
enter the formula
=G2=""
Click format
patterns tab
Pick your colour
OK

Mike
 

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