I would like to conditionally format a column in my sheet, regardless of how long the sheet is. This is because new rows are routinely inserted, and the sheet gets longer but the conditional formatting doesn't adjust since it only uses absolute references.
To illustrate, for my range in the conditional format if I put in A:A
I end up with A1:A536
(or however long my sheet is at the moment I define the range). If I add rows, it stays as A1:A536
. I would like to be able to define the conditional range as simply A:A
but this doesn't work.
Is there any way to do this?