Google 工作表:基于 today() 和日期单元格的行的条件格式

Google sheets: conditional formatting of a row based on today() and date cell

我想使用 Google 表格进行条件格式化:

我有一个 table,左边是日期,每一行都代表不同的一天。 想要的结果:用条件格式将今天的行标记为粗体,以便自动发生。

Excel 中的示例:link to sheet

您可以按照以下步骤将 Google 表格条件格式设置为 highlight/bold 整行:

1.) 在条件格式 window 上,设置突出显示的范围。

2.) 在格式规则下.. 使用 Custom formula is=$A2=TODAY() 作为公式值。

3.) Select 您喜欢的格式设置样式。

请看下面的截图: