A CF formula can't look like:

=IF(AND(ISBLANK($G$11),ISBLANK($O$11)),TRUE,FALSE)
but only
=AND(ISBLANK($G$11),ISBLANK($O$11))