Google 工作表的条件格式取决于其他 sheet 中的单元格

Conditional Formatting on Google Sheets depending on cell in other sheet

所以我有一个 sheet 这是一个时间轴,第一列是日期的升序列表,第二列是对该日期发生的事件的描述。

另一个 sheet 有一个带有特定日期的单元格。

我希望第一个 sheet 第一列的单元格的日期是第二个 sheet 单元格的日期。我该怎么做?

如果第二个 sheet 在单元格 A1 中有一个日期,那么第一个 sheet 的第一列应该有条件格式 "Value is equal to... " =indirect("Sheet2!A1")

必须使用 indirect,否则条件格式规则无法引用其他 sheet。