小编use*_*653的帖子

应用条件格式以将多个行和列与参考列进行比较

我有这张表格的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

我尝试了一个自定义公式 …

google-docs google-sheets gs-conditional-formatting

7
推荐指数
1
解决办法
2万
查看次数