Forum Discussion
Noel
Jul 07, 2017Copper Contributor
conditional formatting help
Hello community
I'm trying to create and copy a formula to the selected cell in column C red if that cell value is 80% or lower than the cell next to it in column D. I tried this formula (=SUM($D2*0.81)>$D2), but I'm not really sure what I'm doing. I also need to copy this formula down fifteen or more rows. Can anyone help?
6 Replies
- SergeiBaklanDiamond Contributor
Hi Noel,
I guess the conditional formatting rule formula could be
=$C2<0.8*$D2
and the rule is applied to $C$2:$C$17 or to entire column $C:$C
- NoelCopper Contributor
Sergei,
Unfortunately that formula is not working. I tried playing around with the anchors and the formatting doesn't work.
- SergeiBaklanDiamond Contributor