Refer to cells in formulas

All tables have reference tabs that identify each cell in the table. The reference tabs are at the top of each column column, containing a column letter (for example, "A") and at the left of each row, containing a row number (for example, "3"). A cell, row, or column can referenced using the values in the reference tabs.

You can use cell references to identify cells whose values you want to use in formulas. You can refer to cells in the same table as the formula cell, or (in Numbers) in another table on the same or different sheet.

Formats for cell references

Distinguish absolute and relative cell references

You can use absolute and relative forms of a cell reference to indicate the cell to which you want the reference to point if you copy or move its formula.

Type of cell reference

Description

Cell reference is relative (A1)

When its formula moves, it stays the same. However, when the formula is cut or copied and then pasted, the cell reference changes so that it retains the same position relative to the formula cell.

For example, if a formula containing A1 appears in C4 and you copy the formula and paste it in C5, the cell reference in C5 becomes A2.

Row and column components of a cell reference are absolute ($A$1)

When its formula is copied, the cell reference doesn’t change. You use the dollar sign ($) to designate a row or column component absolute.

For example, if a formula containing $A$1 appears in C4 and you copy the formula and paste it in C5 or in D5, the cell reference in C5 or D5 remains $A$1.

Row component of a cell reference is absolute (A$1)

The column component is relative and may change to retain its position relative to the formula cell.

For example, if a formula containing A$1 appears in C4 and you copy the formula and paste it in D5, the cell reference in D5 becomes B$1.

Column component of a cell reference is absolute ($A1)

The row component is relative and may change to retain its position relative to the formula cell.

For example, if a formula containing $A1 appears in C4 and you copy the formula and paste it in C5 or in D5, the cell reference in C5 and D5 becomes $A2.

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.