Conditional Format?

K

Ken

Excel 2000 ... I know this is basic ... However, I always
have a "brain cramp" when dealing with ... "Empty Cells
&/or Blank Cells"

I want to set Conditional Formatting in Cell A2 to turn
Cell pattern "Green" whenever Cell B2 is EMPTY or NOT
BLANK.

What is the Contional Formatting Formula for this???

Hopefully, I will know how to get Conditional Formatting
where I want it once I have the answer to above ... :)

Thanks ... Kha
 
D

Dave Peterson

Isn't that gonna mean that the conditional formatting will be applied all the
time.

When would you want the cell not to be green?
 
K

Ken

Dave ...

A cell can be "Empty" or it can "appear empty" (spaces,
etc" ... The "conditional formatting" I am using is
presently turning off for "Empty" cells (this is good),
but it is turning on for cells "appearing empty" (I am
assuming spaces ... & this is not good ... Once I "clear"
or "delete" cell contents from cells "appearing empty"
then "conditional formatting" works fine.

Now back to original post ... Maybe I can clarify ... If
cell contents are "visible" then apply "conditional
formatting".

Thanks ... Kha
 
D

Dave Peterson

Maybe you're looking for the =isblank() function???

or
=len(a1)>0

or
=len(trim(a1))>0
 

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