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.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.
Formulas are a transformation — they are computed locally and do not consume any credits.
How to use
Write your formula
Enter any supported Excel formula referencing other columns by their letter (e.g.,
A2, B2).
Formula examples
- Conditional logic
- Text manipulation
- Flexible filters
- Calculations
Flag companies above a certain employee count:
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.