Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. IF(Opportunity_Age__c < 100, "Short Term",
  2. IF( OR( Opportunity_Age__c >= 100,Opportunity_Age__c <= 249, "Mid Term",
  3. IF( OR( Opportunity_Age__c >= 250,Opportunity_Age__c <= 365, "Long Term",
  4. IF( Opportunity_Age__c >= 366, "365+",
  5. NULL))))))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement