Mar 01 2022 07:42 PM
I am currently upgrading a sheet for our production team.
A simple planning sheet and I am inserting conditional formatting into the template.
Original formula is =$D$7="Complete" this would change the text colour of cells $B$7:$D$7, the problem I have run into is when I had to copy and paste this formula to apply it to other ranges within the sheet. The range the the formula applies to changes with each copy and paste but the original D7 cell remained constant.
So I changed D7 from an absolute to a relative reference, which seemed to solve my issue, however when I tested the conditional formatting the change in text colour is now only applied to the first cell in the each range, so the formula =D7="Complete" applied to the range $B$7:$D$7 only changes the colour of the text in cell B7.
So I went through and changed all of the conditional formatting back to absolute references for every conditional formatting formula for every range. However now when I copy the first group of ranges and paste a second group the absolute references remains rather than changing for each new line.
Is there a fix for this? I really don't want to have to manually change 525 conditional formatting rules in every group of ranges!
Mar 01 2022 07:55 PM