Forum Discussion

Noel's avatar
Noel
Copper Contributor
Jul 07, 2017

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

  • SergeiBaklan's avatar
    SergeiBaklan
    Diamond 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