Formulas overview

A formula performs calculations using specific values you provide and displays the result in the cell where you place the formula.

For example, in the bottom cell of a column you can insert a formula that sums the numbers in all the cells above it. If any of the values in the cells above the formula cell change, the sum displayed in the formula cell is updated.

The values used in a formula can be values you type into the formula, or values that reside in other table cells, which you identify using cell references.

Formulas use operators and functions to perform the calculations. An equal sign (=) always precedes a formula.

Examples

This formula uses the operator + to add two values:

=A2+16

This formula uses the SUM function to add the values in a range of cells:

=SUM(A2:A10)

For specific instructions on how to accomplish tasks in the app you're using, see the help that accompanies the app. In the macOS apps, look under the Help menu. In the iOS apps, tap the More menu (three dots in the top-right corner), then tap Numbers Help. (If you don’t see Numbers Help, swipe up from the bottom of the controls). In the iCloud apps, click the Question Mark button in the top-right corner.