Formula grammar consists of basic values, field references, operators, functions, and parentheses. After you understand these elements, you can write formulas for calculations, conditions, and text processing.
Basic Elements
Operators
Operators in formulas are used to connect or compare values:
Function Calls
You can call functions within formulas. A function call consists of a function name, a pair of parentheses, and parameters inside the parentheses. Parameters are separated by commas.
For example, sum(1, 2, 3) calls the sum function with three parameters: 1, 2, and 3.
Other Structures
Last modified on May 26, 2026