To make a formula you need to do next steps:
- Open “Editor” tab in the table settings.
- Select a cell and type an equal sign “=” into f(x) field above the table to start the formula.
- Complete the formula by one of the accessible ways:
- Combination of numbers and operators.Example:
=3+7
- Names of cells inserting an operator between them.Example:
=A1+B1+C1
- Choose one of the standard formulas with cells’ names inside the parentheses “()” and separators between them.Example:
=SUM(A1;B1;C1)
- Combination of numbers and operators.Example:
- Click “Save” button to apply the changes.