Forum Discussion
Conditional Formatting on whole column with variable reference cells
First, in this variant we apply conditional formatting to entire column D, not to concrete cell or range.
To exclude headers we may modify rule formula as
=($D1<OFFSET($D1,-1,1))*(ROW()>5)
When it'll be like
Please check in attached file.
SergeiBaklanPERFECT! Thankyou so much, really appreciate the additional time spent on helping me clarify my oversight, Thanks! 😄
- SergeiBaklanNov 15, 2019Diamond Contributor
LazyBee , you are welcome
- unicornsssssJun 11, 2024Copper Contributor
SergeiBaklan Hi Sergei, I was hoping that you could answer this question that I'm having some issues with.
I have a column with information, and I want to make the cell a certain color if the value of the cell on the next row is equal to yes.
For example:
Column 1 Column 2
1-Jun-2024 Yes
5-Jun-2024 No
I would like that the cell in column 1 will be green if the information in column 2 says Yes, for each respective cell/row.
Thank you!
- SergeiBaklanJun 11, 2024Diamond Contributor
- rech_ypOct 11, 2021Copper Contributor
HI,
I also encounter the same problem, but the formula doesn't apply to the other cells.
- SergeiBaklanOct 24, 2021Diamond Contributor