Guest User

Untitled

a guest
Nov 20th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. IF(
  2. AND(NOT(ISNULL( Assigned_On__c)), NOT(ISNULL(Due_Date_to_Partner__c))), Assigned_On__c - Due_Date_to_Partner__c, 0
  3. )
  4. IF
  5. AND(NOT(ISNULL( Assigned_On__c)), NOT(ISNULL(Due_Date_to_Customer__c))), Assigned_On__c - Due_Date_to_Customer__c,0
  6. )
  7.  
  8. IF(
  9. AND(NOT(ISNULL( Assigned_On__c)), NOT(ISNULL(Due_Date_to_Partner__c))), Assigned_On__c - Due_Date_to_Partner__c,
  10. IF
  11. AND(NOT(ISNULL( Assigned_On__c)), NOT(ISNULL(Due_Date_to_Customer__c))), Assigned_On__c - Due_Date_to_Customer__c,0
  12. )
  13. )
Advertisement
Add Comment
Please, Sign In to add comment