I have one question. I have the formula below
=IF([GSP Status]@row = "Cancel", "NO", IF([MSI Proposed Settlement ($USD)]@row >= {Buyer Supervisor Limit}, "YES", IF([MSI Proposed Settlement ($USD)]@row = "", "TBD","NO"))))
The condition that I want as below
1)If the status is cancel -Required approval=No
2) If the status is under all condition and buyer email is CC@gmail and CW@gmail-Required Approval=No
How do I change my formula above to meet the requirement of 1 & 2? Coz if based on formula above when it cancel status only will trigger the Required approval=No