【问题标题】:Color the entire cell according to a particular text using conditional formatt使用条件格式根据特定文本为整个单元格着色
【发布时间】:2020-10-06 19:42:31
【问题描述】:

当我们从下拉列表中选择文本时,我们可以根据该下拉列表中的特定名称为整个单元格着色。例如;如果我们从下拉列表中选择“bolero”。整行必须变成红色。

这是工作表。 https://docs.google.com/spreadsheets/d/1VsLKHSZsTMeBctnINnsixKISgNkTHDV-dkO4ORsDjgI/edit#gid=1975041699

提前致谢

【问题讨论】:

    标签: google-sheets google-sheets-formula conditional-formatting


    【解决方案1】:

    请使用以下公式作为条件规则

    =$C2="BOLERO"

    (如果您想为其余品牌/名称使用不同的颜色,只需创建更多过滤器,例如 =$C2="XUV"

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-05-04
      • 2023-04-07
      • 1970-01-01
      • 2019-11-12
      • 2015-12-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多