What formulas can do
- Calculate values — add prices, compute totals, perform math operations.
- Manipulate text — combine strings, change case, extract substrings.
- Work with dates — calculate time differences, format dates, determine deadlines.
- Apply logic — use conditional statements to display different values.
- Process lists — filter, sort, map, or aggregate list data.
Create a formula property
1
Open the Properties menu
In your base, click Properties in the toolbar.
2
Add a formula
Click Add formula at the bottom of the menu.
3
Name and define the formula
Enter a name for the formula property and type your formula expression in the Formula field.
4
Save
Close the dialog. A green checkmark confirms the formula is valid.
Write a formula
A formula is an expression that combines properties, operators, and functions.Reference properties
You can reference three types of properties:
Examples:
Operators
Arithmetic:true or false):
Functions
Functions perform operations on values. The available functions depend on the value type. See the full function list in Bases syntax.Formula examples
Calculate a deadline
Calculate a deadline
Set a project’s due date to 2 weeks after the start date:
Display overdue status
Display overdue status
Show “Overdue” if the due date has passed and the task isn’t done:
Format currency
Format currency
Display a price with two decimal places and a currency symbol:
Count list items
Count list items
Count the number of items in a list property:
Calculate a priority score
Calculate a priority score
Combine multiple factors into a single score:
Combine text fields
Combine text fields
Create a full name from first and last name properties:
Calculate total cost
Calculate total cost
Multiply a monthly cost by the number of months, using another formula:
Data types
Formulas work with these data types:
The output type of a formula is determined by the data and functions used.