Skip to content

Instantly share code, notes, and snippets.

@ccoenraets
Created October 29, 2014 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccoenraets/77572ceac547314f514a to your computer and use it in GitHub Desktop.
Save ccoenraets/77572ceac547314f514a to your computer and use it in GitHub Desktop.
IF(ISBLANK(Implemented_Date__c), TODAY() - DATEVALUE(CreatedDate) , Implemented_Date__c - DATEVALUE(CreatedDate) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment