Google-sheets – Use named ranges to dynamically add rows in google spreadsheets, while maintaining conditional formatting in newly added rows

conditional formattinggoogle sheetsgoogle-sheets-named-ranges

I have a table that looks like in Google Spreadsheets:

enter image description here

Some numbers in this table are calculated upon a range of cells (for instance, the total in the last row).

If I add a new row to this table, I naturally would like the total to consider the new row, without having to update every single formula. To achieve this, I use named ranges.

enter image description here

If I add a new row, I can simply open the named ranges window, change the size of range (say, from F2:F8 to F2:F9) without having to touch the formulas.

enter image description here

I would also like conditional formatting to behave like this but, unfortunately, it doesn't accept named ranges as parameters.

With this, the more computed columns I have, the more places I have to edit something if I add a new row:

enter image description here

This would be perfect but, as you can see, it is not accepted as valid:

enter image description here

How can I do this? How can I add new rows without having to update all my conditional formatting and formulas?

Best Answer

At this time it's not possible to use named ranges to the "Apply to range" setting of Conditional Formatting.