Skip to main content
Its probably very basic, but im new to creating fomulas through SF. On our accounts page we have a custom field which calculates 2 other custom fields and the same section. Its obviously very basic:

 

BLANKVALUE( Net_Salary_Per_Month__c , 0 ) + BLANKVALUE ( Spouse_Net_Salary_Per_Month__c , 0 )

 

But further down the account page we have a custom object with sums the total of a few fields with the object. i need to be able to subtract that amount from the above calculation.

 

I have attached a screenshot for assistance, any help is appreciated.

 

Need assistance with a formula!
4 个回答
  1. 2015年1月14日 08:01
    essentially when the total value of monthly expediture gets calculated it automatically deducts from the estimated monthly income surplus.
0/9000