我试图应用条件格式来做两件事:
我制定了两条规则:
Formula: =D3>E3 (highlights the cell in yellow if true)
Cell Value >='today()-1095' (turns font color red if true)
如果#2大于#1,它将突出显示该单元格,但如果该字体超过三年,我所做的任何操作都不会使其变为红色。我尝试过规则的多个变体,并试着上下移动,上下移动--没有任何效果。
帮助!
发布于 2022-08-25 18:41:44
使用以下公式:
=YEARFRAC(A1,TODAY())>=3
https://stackoverflow.com/questions/73489213
复制相似问题