Conditional Formatting (IF not empty)

后端 未结 6 607
一向
一向 2021-01-04 06:06

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

6条回答
  •  渐次进展
    2021-01-04 06:58

    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!

提交回复
热议问题