Hello,

any particular reason why you use two rows and two columns for every cell instead of just resizing the row height and column width?? That approach with merged cells can turn out very ugly.

In any case, you need two rules. Select cell I5 and apply

=AND($C5>0,$E5>0,I5>0.35416) -- for orange

=AND($C5>0,$E5>0,I5<0.33333) -- for red

Then apply the format to the desired range.

cheers, teylyn