Hi, the following formula is throwing a 'FALSE' message back:
=IF(BD5="Rejected",IF(OR(AR5="Disengaged 0 PCT",AR5="Loss 0 PCT"),"No"),IF(AS5>BF5,"Yes","No"))
I thought the last if statement would cover the scenario where the result = Rejected and is not flagged as Disengaged or Loss
I've...