【问题标题】:If a2 is not empty, color empty cells in b2:af2如果 a2 不为空,则为 b2:af2 中的空单元格着色
【发布时间】:2017-08-20 17:34:12
【问题描述】:

您能帮我在 excel 中请求以下公式吗?

如果 A2 不为空,则将 B2:AF2 中的空单元格设为 RED COLOR,并将此规则应用于 A2:AF5000

【问题讨论】:

  • 不应该应用于 b2:af5000 吗?

标签: excel excel-formula conditional-formatting


【解决方案1】:

根据以下公式创建 CFR。

=and(len($a2), not(len(b2)))

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2022-11-24
    • 2019-06-18
    • 2022-01-16
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多