The below if statement works fine:
=IF(OR(A3={"D","V","X","GE","SR","VP"}),IF(AND(H9+I12>200),"FEES - can exceed $200.00",""))
When I add an additional IF, when the condition is met, the results do not appear. The first IF still displays the proper result...