You can use a formula to do calculations with a column of numbers, combining it either with another column or with a constant value. You can add, subtract, multiply or divide.
Formulas are similar to Derived fields in that the numbers in the formula column are not saved as Fields in your data. Instead, they are produced dynamically while you look at the table view. That means the numbers are always synchronized with your actual data — so there is no need to re-calculate the formula when you update the data.
To apply a formula, your Table view must have at least one column containing numeric data. If the column shows a field, it must contain recognized Number values, Money values, Date and time values or Duration values. Alternatively, you can apply formulas to other formula columns, or to columns containing numerically Derived fields, such as the number of entries in a list field.
Columns containing formula-produced numbers are treated like any other column of numbers in Dabble. You can use them for sorting or grouping, you can apply subtotals to the column. You can also apply additional formulas to a column produced by a formula.
If you wish to create a formula using three or more columns (e.g. A + B − C), you need to create the formula in steps. Begin with the first two columns you want to use using the steps shown above. Once you have the first result column (e.g. A + B), apply a formula to the new column to produce a new result — the result of the first formula in combination with the second (e.g. (A + B) − C).
You can repeat this process as needed to produce complex arithmetic formulas.
To remove a formula you can simply hide the column from the view. The formula will continue to exist if you wish to add it again but will no longer be visible.
If you remove a constant from a view, any columns containing formulas with that constant will also be removed.