How to Create a Calculated Field
Note: Only account administrators can create calculated fields.
- Go to Settings in the lower-left corner.
- Select the Data Entry tab, then click Custom Fields.
- Click the + Add Custom Field button and choose Calculated Fields.
- Give your field a name and assign it to a custom field group (if needed).
- Set up your calculation:
- Pick a function (e.g., SUM, SUBTRACT, MULTIPLY, DIVIDE, and more).
- Select which system or custom fields to include by typing
@[Field Name]
for each one.
- Decide what your calculated field should display as the output value (Numeric or Currency).
- Save your changes.
Supported Functions
Arithmetic Functions:- SUM, SUBTRACT, MULTIPLY, DIVIDE, MIN, MAX, ROUND, ROUNDUP, ROUNDDOWN
- DATEIF, DAY, WEEKDAY, MONTH, YEAR, DATE, EDATE, WEEKNUM
<
,>
,<=
,>=
,!=
,===
- IF, AND, OR, NOT, SWITCH
- CONCAT, SUBSTITUTE, CONTAINS, LEFT, RIGHT, MID, LEN, FIND
- INCLUDE, ALL, ANY