Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.databar.ai/llms.txt

Use this file to discover all available pages before exploring further.

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 to use

1

Open your table

Navigate to the table where you want to add formula logic.
2

Add a formula column

Click the + button to add a new column and select Formula as the column type.
3

Write your formula

Enter any supported Excel formula referencing other columns by their letter (e.g., A2, B2).
4

View results

Results are computed instantly for every row in your table.
Adding a formula column to a Databar table

Formula examples

Flag companies above a certain employee count:
=IF(A2>100, "High", "Low")

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.