You need to sign in to do that
Don't have an account?
Terry_0101
Multiple OR statements in formulas
How to make this validation rule work?
ISPICKVAL ( Products__c, "ABC"),
OR
ISPICKVAL ( Products__c, "DEF"),
AND
ISPICKVAL ( StageName , "Evaluation")
OR
ISPICKVAL ( StageName , "Negotiation")
OR
ISPICKVAL ( StageName , "Sale Pending"),
ISBLANK(TEXT( Cash_Flow_Forecast_report__c ))
))))
ISPICKVAL ( Products__c, "ABC"),
OR
ISPICKVAL ( Products__c, "DEF"),
AND
ISPICKVAL ( StageName , "Evaluation")
OR
ISPICKVAL ( StageName , "Negotiation")
OR
ISPICKVAL ( StageName , "Sale Pending"),
ISBLANK(TEXT( Cash_Flow_Forecast_report__c ))
))))
AND (
AND (
ISPICKVAL ( Products__c, "ABC")
||
ISPICKVAL ( Products__c, "DEF"),
ISPICKVAL ( StageName , "Evaluation")
||
ISPICKVAL ( StageName , "Negotiation")
||
ISPICKVAL ( StageName , "Sale Pending"),
ISBLANK(TEXT( Forecast_report__c ))
))