View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Earl Kiosterud Earl Kiosterud is offline
external usenet poster
 
Posts: 611
Default Conditional Formatting - allowing for Blank Cells

Hojo,

Select the cells. Note the active (white) cell.
Format - Conditional Formatting
Formula is: =AND(A2=0, A2<"") change A2 to your active cell
Click Format and set up the green.
Click "Add" and set up the red for 1 in the usual way.

--
Earl Kiosterud
www.smokeylake.com
-----------------------------------------------------------------------
"Hojo" wrote in message
...
I have a form that we are setting up to calculate the number of days
someone
may have missed their due date on a project. We have if cell value is
greater than 0 it turns the cell red if we have if the cell value is less
than or = to 0 it turns green. But since not all of the projects have
been
entered if the cell is blank it still turns green. Any ideas to write a
condition that recognizes a null value. I already tried if cell value is
"null" - it didn't work.

Thanks,