Forum Discussion
Kjell Rilbe
Nov 15, 2017Copper Contributor
Keep conditional formatting range when inserting/deleting cells/rows/columns?
Hi, I sometimes use conditional formatting. For each entry, there's a cell range that it applies to. Often I need it to be used on the entire sheet, or at least a large range of it, i.e. all rows...
- Jan 27, 2022
Was having the same issue and so my search led to this forum, searched everywhere else and couldn't find the answer, played around with it and finally figured it out. It's actually a pretty simple solution.
Instead of Inserting a column or copying and inserting a column, all you have to do is select the column cells that you want to extend, then at the bottom of the cursor where the plus sign is, click and drag to the right as many columns as needed.
The CF range extended to the last column without creating any extra conditions or messing up the original range.
Kunal2244
Dec 30, 2021Copper Contributor
Solution to this it anchor but both column and row value.
If you want whole column Instead of doing $A:$A do=$A$1:$A$100(pick range more realistic to your needs)
Adding new row will change from $A$1:$A$100 to $A$1:$A$101 instead of excluding it
If you to do multiple columns just from $A:$C just do $A1:$C100 instead.
Test it out your self see if you can find any bugs i might have missed. But solve the core problem.
If you want whole column Instead of doing $A:$A do=$A$1:$A$100(pick range more realistic to your needs)
Adding new row will change from $A$1:$A$100 to $A$1:$A$101 instead of excluding it
If you to do multiple columns just from $A:$C just do $A1:$C100 instead.
Test it out your self see if you can find any bugs i might have missed. But solve the core problem.