Forum Discussion

Jonezy256's avatar
Jonezy256
Copper Contributor
Aug 10, 2021
Solved

Conditional Formatting

I am having some trouble with conditional formatting. I have a data set in excel and I would like 2 or 3 conditions to apply to all of the respective points. These are the conditions:   If Alpha < ...
  • Jonezy256 

    I think you only need two rules, one for blue and another for red, the rest will be black by default.

     

    You may try following formulas to make conditional formatting rules...

     

    For Blue:

    =AND($G7>-0.85,$I7>0.1)

     

    For Red:

    =AND($G7>-0.85,$I7<0.1)