【发布时间】:2023-03-23 11:37:01
【问题描述】:
我对谷歌电子表格非常陌生,并尝试使用conditional Formatting 仅在第一列值为日期时突出显示行。
- 共享的公共谷歌电子表格:https://docs.google.com/spreadsheets/d/10NzbtJhQj4hQBnZXcmwise3bLBIAWrE0qwSus_bz7a0/edit#gid=1405439211
我的尝试
=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.
谷歌表格示例
- 此工作表有两列
Date和Contents。 - 我只想在第一个值为日期时突出显示行,如下所示
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.
【问题讨论】:
-
使用tables 显示您的数据结构。如果您共享电子表格,请注意your email address can be accessed by the public。
标签: google-sheets google-sheets-formula conditional-formatting