Skip to main content
I have two custom fields.  I would like to create another custom field that is Field A - Field B.  What would be the formula for that?
2 respuestas
  1. 14 dic 2017, 21:12
    Hello Jennifer,

     

    What are the data types of Field A and Field B?

     

    If they are number fields, and you just need the difference between them,

     

    Then create a Formula field( Return type:Number)

    with this formula:

    Field_A__c - Field_B__c

     

    Use the "Insert Field" button on the formula editor page to pull in API/developer name(with the underscores..) of the fields A,B.

     

    Hello Jennifer, What are the data types of Field A and Field B?

     

     
0/9000