【问题标题】:How to highlight the rows in google spreadsheet if the first column value is date?如果第一列值是日期,如何突出显示谷歌电子表格中的行?
【发布时间】:2023-03-23 11:37:01
【问题描述】:

我对谷歌电子表格非常陌生,并尝试使用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.

谷歌表格示例

  • 此工作表有两列 DateContents
  • 我只想在第一个值为日期时突出显示行,如下所示
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.

【问题讨论】:

标签: google-sheets google-sheets-formula conditional-formatting


【解决方案1】:

试试这个公式

=$A1<>""

【讨论】:

    猜你喜欢
    • 2014-03-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-20
    • 2013-03-19
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多