In a Notion database, you can add a formula property that lets you run all kinds of calculations and functions based on other properties. You can use formulas to manipulate existing data and arrive at many other helpful values. 🔮

Untitled

Formula terminology

The hardest thing about writing formulas is understanding all the terminology! Here are the most common words you'll see when using formulas in Notion and what they mean:

Terminology in action

Here's an example to tie all of the above together: concat("add", "text")

Untitled

Functions can use a variety of different arguments, such as checkboxes (also known as booleans), numbers or dates.

Function syntax requires strings to be wrapped in quotes and its arguments to be contained within parentheses.

Writing a formula