I have a Google Sheet with conditional formatting that changes the background color of cell H2
based on the contents of cell F2
. I want to auto-fill this conditional formatting rule down the column, so that cell H3
depends on F3
, H4
on F4
, and so on.
When I drag the cell's formatting down the column (Auto-Fill), the conditional formatting rule doesn't get sequenced - the origin cell's rules just get copied verbatim.
Is there a workaround, besides manually editing the rule for each row?