我有这张表格的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 $Axif the cell ?x is less or equal to $Ax我尝试了一个自定义公式 …