【问题标题】:Apply conditional formatting to compare multiple rows and columns to a reference column应用条件格式以将多行和多列与参考列进行比较
【发布时间】:2014-07-03 22:42:39
【问题描述】:

我有一张这样的 Google 表格:

   A   B   C   D   E
1 A1 B1 C1 D1 E1
2 A2 B2 C2 D2 E2
3 A3 B3 C3 D3 E3
4 A4 B4 C4 D4 E4
5 A5 B5 C5 D5 E5

$A 列包含我想与表的其余部分进行比较的参考值。 我想做的格式很简单:

For each row x of the table:

  For each column β in columns (B:Z) of the table:

  • 应用绿色if the cell βx is greater than $Ax
  • 应用红色if the cell βx is less or equal to $Ax

我用=$A1:$A>B1:Z on range B1:Z 尝试了一个自定义公式,但它不起作用。

此公式仅适用于一列(例如 B):=$A1:$A>B1:B on range B1:B。 我现在正在寻找一种方法来一次将此格式应用于所有列,而不必为每一列手动重建条件格式(数百列很多..)

【问题讨论】:

    标签: google-sheets google-docs gs-conditional-formatting


    【解决方案1】:

    请尝试:

    Range: 已调整为适合。 (如果这不是您需要的,应该很容易解决。)

    【讨论】:

      猜你喜欢
      • 2018-07-25
      • 2017-10-02
      • 1970-01-01
      • 2022-01-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-07-10
      • 1970-01-01
      相关资源
      最近更新 更多