Formulas are a transformation. They are computed locally and do not consume any credits.
How it works
Databar formulas use column references instead of traditional cell references. Instead of writingA2 or B2, you reference columns by name using curly braces: {column_name}.
Each formula runs once per row, with the column references swapped for that row’s values. This means every formula is effectively a single-row operation.
For example, if you have columns named employee_count and first_name, you would write:
How to use
1
Open your table
Navigate to the table where you want to add formula logic.
2
Add a formula column
Click Enrich, then select Formulas & Tools. Choose Excel Formula from the list.
3
Write your formula
Enter any supported Excel formula, referencing columns by name using
{column_name} syntax.4
View results
Results are computed instantly for every row in your table.
Formula examples
- Conditional logic
- Text manipulation
- Flexible filters
- Calculations
Flag companies above a certain employee count:
Available formulas
When to use formulas
- Quick math on numeric columns (revenue, headcount, scores)
- Concatenating text fields without a separate tool
- Building conditional flags or labels for filtering and segmentation
- Rounding, formatting, or normalizing values before export
Related
Tables overview
Learn how tables work in Databar.
JQ formulas
For JSON-level querying, use JQ expressions.