【发布时间】: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