Skip to main content
Hi,

 

I am looking to create a formula the adds together the amounts in 2 seperate fields and puts it in a new custom field. Any help would be great!

 

Thanks,

 

David
2 个回答
  1. 2014年11月23日 10:57
    David,

     

    You can create a Formula Field

    [1] to do that! Kinda like this:

    1. Formula Field Label: Sum of Two Fields
    2. Formula Field Return Type: NUMBER
    3. Formula

      BLANKVALUE(Field_1__c, 0) + BLANKVALUE(Field_2__c, 0)

    [1]:

    Formula Field
0/9000