Skip to main content
A formula field is a field type in AI Table — use rich function expressions for flexible data calculations.

Create a formula field

Click the + icon to the right of the AI Table header bar, pick Formula as the field type.

Edit formula

Click Edit formula — the formula editor opens. Edit the formula directly in the top input box. In the Formula edit tab, reference fields or pick functions by category. In the AI generate formula tab, generate a formula from natural language — details: Generate formulas with AI.

Concepts

TermMeaning
FieldThe value of a column at a given row, used in formula computation
Whole-column fieldThe collection of values for an entire column, used in formula computation
BracketsUsed in formulas to reference AI Table tables or fields
OperatorLogical or arithmetic symbol used in a formula
FunctionProduces an expected output via a specific computation rule
ArgumentNumber or text that participates in formula computation
StringA sequence of text used in formula computation
ArrayA collection of values

Common operators

TypeOperatorMeaning
Arithmetic+Add two values
-Subtract two values
*Multiply two values
/Divide two values
Text concat&Concatenate two strings; concat number with text when one is numeric
Logical>Greater than
>=Greater than or equal
<Less than
<=Less than or equal
=Equal
!=Not equal
&&AND
``OR

Read more

Formula function reference Generate formulas with AI

FAQ

Formula FAQ Formula error codes