Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前我有一个日期的电子表格。A1 是 3 年前的今天。A3:A20 是员工获得急救证书的不同日期。当 A3:A20 中的任何单元格小于 A1 时,这意味着它们的证书已过期。我希望它被突出显示。有没有人有任何想法?我的都失败了:)
像这样的东西应该适用于新的谷歌表格。在单元格 A1 中使用 =Now() 输入今天的日期
转到格式,条件格式
选择自定义公式是
进入
=datedif(A$3:A$20,$A$1,"Y")>3
选择您的颜色,例如红色,然后最后在范围内。放 A3:A20