7 respuestas
You formula would be: IF(
OR(Prior_Month__c = 0, ISBLANK(Prior_Month__c )), NULL,
( Current_Month__c - Prior_Month__c ) / Prior_Month__c)
IF(
OR(Prior_Month__c = 0, ISBLANK(Prior_Month__c )), NULL,
( Current_Month__c - Prior_Month__c ) / Prior_Month__c)