Skip to main content

Our team is trying to figure out how to finish out this formula, but keep running into the 3rd "If" validation rule. Can someone help us finish this to work?

Opportunity Formula to calculate Co-Term

2 respuestas
  1. 24 may 2018, 21:09

    IF(ISPICKVAL(Type,"New Business"),

    IF( (CloseDate <> Today()-365),

    IF(Contract_Term_of_Yrs__c <12,Annualized_Amount__c,New_Business_Amount__c),

    0),

    0)

    I think this is right.

     

     
0/9000