Skip to main content
Databar supports Excel-style formulas natively, so you never need to export your data to a spreadsheet just to run simple calculations or logic. Add a formula column to any table and get instant, row-level results.
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 writing A2 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

Flag companies above a certain employee count:

Available formulas

Looking for a different transformation? Use JQ formulas to transform JSON data, Table Lookup for VLOOKUP-style enrichments across tables, Split Text to break a column into multiple columns, or Merge Columns to combine values from several columns into one.

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

Tables overview

Learn how tables work in Databar.

JQ formulas

For JSON-level querying, use JQ expressions.