(Account.YTDSales__c/Account.LYTDSales__c)-1
Thanks,
Grateful
10 answers
The final formula that resolved the issue is as follows:
IF(and(YTDSales__c>0, LYTDSales__c>0), (YTDSales__c / LYTDSales__c)-1, 0)
thanks,
Grateful ED
(Account.YTDSales__c/Account.LYTDSales__c)-1
Thanks,
Grateful
IF(and(YTDSales__c>0, LYTDSales__c>0), (YTDSales__c / LYTDSales__c)-1, 0)
thanks,
Grateful ED