Given the sheet:
A| B | C = SUM($D2:$Z2) | D | E | F | ...
How would I, for a range of rows (for example: 4:50
), color columns Cx:Zx
(for row x
) if Bx > Cx
, without making a conditional rule for each individual row and/or each individual column?
(Assume there are a lot of rows and a lot of columns.)