Conditional formatting in empty cells

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

Guest

Using Conditional Formating from the Format menu I am setting the Pattern for
cells containinig a number greater than 6 to Green. This works fine except
empty cells i.e. containing no data, go green.

Has any one got any suggestions?

Best wishes

Nick
 
Are you sure the cell is empty?

Or do you put a space character in that cell--or do you have a formula that
evaluates to ""?

If it's a formula that evaluates to "", you could use a rule like:

Formula is:
=AND(ISNUMBER(A1),A1>6)
 
Hi Dave

Thanks for getting back to me. The cell is definetly empty.

For information , however you have solved the problem and another one I'm
suffering from.
I just checked the cells format and it's General. I changed it to number
and then applied the Conditional Format and it works fine. If apply Number
format after applying the conditional format the pattern stays green.

So many thaks for your help.
 

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