Currently i have 1 CF which turns a cell a differnt colour when text is entred into at least 3 of 6 cells example is below

=AND(COUNTA($B5:$C5=2),$J5<>"",OR(COUNTA($D5:$F5)=3,COUNTA($G5:$I5)=3))

I am trying to add a 2nd CF that will turn the whole row a different colour to show that the work is complete, i have been using =AND($II5="", $O5>0, $O5<TODAY()) that i have on another spreadsheet but the 2 CF doesn't want to work together.

Is there a way of fixing this problem?