Formula fields can perform mathematical operations by referencing other Formula or Number fields. These fields will calculate an expression after the terms (other fields) are defined.
Formula fields can be written with:
Numbers
Operators [ * ] [ / ] [ + ] [ - ]
Parentheses ( )
Field Signatures
Reference other Formula or Number fields
Modify a Formula Field
Input an expression into the Formula
(optional) Click on a Field Label to copy its Field Signature
Currently only supports Number and Formula fields
The formula written in the image is:
( {{Job.First Variable}} - {{Job.Second Variable}} ) / {{Job.Formula 1}}
This formulaic expression can be read as (A-B)/C.

