function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BobPBobP 

Monthly payment formula

I've been trying to figure out a formula for a monthly payment field and my calculations are not coming out correctly.

my formula field formula has a cost(total) field a Number of Months field and a retainer field.

Cost__c  - Currency field
Number_of_Months__c - Number field
Retainer_Fee__c - Currency field 

So I've tried ((Cost__c / Number_of_Months__c) - Retainer_Fee__c) 

Calculation is incorrect though.

Any help with formula would be greatly appreciated
Dushyant SonwarDushyant Sonwar
Didn't understand your problem . Could you please elaborate more on this ?