Conditional - empty cell

M

Mike

Hi. I must be doing something wrong ...

I want to have a conditional format when cell A1 is empty.

I set:

Formula is to:

="len(a1)=0"

Even when the cell is empty, the formatting will not occur. Any ideas?

Thanks,
Mike.
 
G

Gord Dibben

Remove the quotes and see what happens.

=LEN(A1)=0

Are you sure the cell is empty...........no extra spaces?

If you enter =LEN(A1) in B1 does it return a 0


Gord Dibben MS Excel MVP
 
M

Mike

Gord:

It was the quotes .... I removed them and it works fine.

Thanks for your help.

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