【问题标题】:Google Sheets - Autofill cells using conditional formattingGoogle 表格 - 使用条件格式自动填充单元格
【发布时间】:2022-01-08 15:17:17
【问题描述】:

我希望单元格 I2 仅在单元格 M2 包含文本“t4”或“tfour”时自动填充文本“完成”

https://i.stack.imgur.com/P1Ar8.png

【问题讨论】:

    标签: google-sheets formatting conditional-statements rules


    【解决方案1】:

    要设置值,请使用公式=IF(OR(A11="t4", A11="tfour"), "completed", "incomplete")

    【讨论】:

    • 我希望通过使用条件格式的公式设置值,这可能吗?
    • 没有。条件格式仅适用于格式,而不适用于值。
    猜你喜欢
    • 2014-04-22
    • 2015-03-21
    • 1970-01-01
    • 2021-09-30
    • 2020-05-02
    • 1970-01-01
    • 2018-08-31
    • 1970-01-01
    • 2020-12-29
    相关资源
    最近更新 更多