Skip to main content

How to configure a Formula Field

Taylor Peine avatar
Written by Taylor Peine
Updated over 2 months ago

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

  1. Modify a Formula Field

  2. Input an expression into the Formula

  3. (optional) Click on a Field Label to copy its Field Signature

    1. 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.

Did this answer your question?