如果第一列值为日期,如何突出显示 google 电子表格中的行?

How to highlight the rows in google spreadsheet if the first column value is date?

我对 google spreadsheet 很陌生,并且尝试使用 conditional Formatting 仅在第一列值为日期时突出显示行。

我的尝试

=not (isblank($A4))

// This is not working.
// But A4 is not fixed, on a new day if I insert some rows, $A4 might be $A5 and it may not work.

例子googlesheet

Date     Contents

Dec 22   hello  --> highlight this row, since it has date on column Date
         hi      ---> don't hightlight this


Dec 21  This is another data and needs to be highlighted
        dont highlight me
        dont highlight me

Dec 20  highlight me

And so on.

试试这个公式

=$A1<>""