How do I conditionally format a cell so if not blank it is grey?
I tried to do \'not equal\', but it didn\'t work.
I am using Windows Office 2003 with Wind
This worked for me:
=NOT(ISBLANK(A1))
I wanted a box around NOT Blank cells in an entire worksheet. Use the $A1 if you want the WHOLE ROW formatted based on the A1, B1, etc result.
Thanks!