Keyboard shortcuts, formulas, and multi-table reference for Apple Numbers.
| Concept | In Numbers | Excel equivalent |
|---|---|---|
| Sheet | A canvas holding any number of tables, charts, and objects. | A worksheet, which is itself a single grid. |
| Table | A discrete object with its own header rows and columns. | Closest to a named Excel Table (Ctrl+T), but mandatory here. |
| Header row/column | A real structural property; formulas reference them by name. | Just the top row, by convention. |
| Cell reference | Table 1::B2 across tables; names used where headers exist. | Sheet1!B2 |
| Category | Group rows by a column value, with automatic subtotals. | Roughly a PivotTable, though simpler and live in place. |
| Pivot table | Available since Numbers 11 — Organize → Pivot Table. | PivotTable, with far more options. |
- Click a table once to select it as an object; click again to enter it and edit cells.
- The circle at the top-left corner selects the whole table — drag it to reposition on the canvas.
- Name your tables. Double-click the table name and give it something meaningful — cross-table formulas read as
Expenses::Totalrather thanTable 3::D14. - Header rows and columns are set in Format → Table. Freezing them is a single toggle, not a special view mode.
- Multiple small tables beat one huge one — that's the design Numbers is built around.
- Organize → Categories groups rows by a column value and shows subtotals per group automatically — the feature most worth learning.
- Add a second category level for nested grouping.
- Summary rows offer sum, average, count, min, max per group from a dropdown; no formula needed.
- Organize → Sort and Filter apply per table, and filters are non-destructive.
- Quick filter: click a column's dropdown arrow → Filter.
| Group | Action | Shortcut |
|---|---|---|
| Edit | Start a formula in the selected cell | = |
| Edit | Edit the selected cell in place | Return or double-click |
| Edit | Confirm and stay in the same cell | ⌥ + Return |
| Edit | Cancel the current edit | Esc |
| Edit | Line break inside a cell | ⌥ + Return while editing text |
| Edit | Paste and match style | ⌥ + ⇧ + ⌘ + V |
| Edit | Paste formula results only | ⇧ + ⌘ + V |
| Select | Select the whole table | ⌘ + A inside it |
| Select | Extend selection | ⇧ + Arrow |
| Select | Jump to edge of data | ⌘ + Arrow |
| Rows | Add a row above / below | ⌥ + ↑ / ↓ with a row selected |
| Rows | Add a column left / right | ⌥ + ← / → with a column selected |
| Format | Toggle the Format sidebar | ⌥ + ⌘ + I |
| Format | Bold / italic / underline | ⌘ + B / ⌘ + I / ⌘ + U |
| Format | Copy / paste style | ⌥ + ⌘ + C / ⌥ + ⌘ + V |
| View | Find / replace | ⌘ + F / ⌥ + ⌘ + F |
| View | Zoom in / out | ⌘ + > / ⌘ + < |
| Objects | Lock / unlock | ⌘ + L / ⌥ + ⌘ + L |
- Cross-table references use a double colon:
TableName::CellOrColumn. - Typing a formula into a header-equipped column auto-fills the entire column — that's the default, unlike Excel.
- Toggle absolute/relative with
⌘ + Kwhile the reference is selected in the formula editor. - Numbers has around 250 functions against Excel's 450-plus. Most everyday ones are present; specialist statistical and financial functions may not be.
- There is no macro language. Automation happens through AppleScript or Shortcuts, not VBA.
- Renaming a table updates every formula referencing it automatically.
- Select the data, then the Chart button. Charts are objects on the canvas and can sit on a different sheet from their data.
- Interactive charts add a slider that steps through a data series — a genuinely distinctive Numbers feature, good for presentations.
- Edit References on a chart lets you change the source range without rebuilding it.
- Charts copy cleanly into Keynote and Pages and stay editable there.
Tips
Double-click the table name. Formulas become SUM(Expenses::Amount) instead of an opaque cell range — the single easiest habit for making a spreadsheet maintainable.
Format → Cell → Data Format offers checkbox, star rating, slider, stepper, and pop-up menu. A pop-up menu is Numbers' data validation, and it makes entry forms genuinely pleasant.
Organize → Categories gives grouped subtotals in place, live, with no separate object to refresh. Faster than a pivot table for most summarising.
File → Print shows page breaks over the canvas and lets you scale to fit. Because sheets are canvases, printing needs more attention here than in Excel — check it before you finish designing.
File → Revert To → Browse All Versions for any iCloud-saved document. Restores an earlier state without keeping manual copies.
The mobile apps can generate a form from a table for one-record-at-a-time entry. Ideal for collecting data in the field; the rows appear in the table as normal.
Gotchas & limits
- Numbers opens and exports
.xlsx, but the canvas model does not map cleanly. Several tables on one Numbers sheet become several ranges on one Excel worksheet, and the layout is not preserved. - Functions Numbers lacks arrive as errors; macros are dropped entirely.
- Conditional formatting and data validation translate only partially.
- Don't use Numbers as a staging tool for a shared Excel workbook. If the file's home is Excel, work in Excel.
- Export to CSV for pure data handoff — lossless for values, and it sidesteps every conversion problem.
- Numbers slows noticeably well before Excel does. Tens of thousands of rows is where it starts to struggle.
- Because tables are objects with individual formatting, large tables carry more overhead per cell than a plain grid.
- No Power Query equivalent, no external data connections, no data model.
- For large datasets or repeatable data pipelines, use Excel or a database. Numbers is for spreadsheets people read.
- Clicking once selects the table object; you need a second click to edit cells. This catches every Excel user on day one.
- Deleting a table deletes its data with no separate confirmation beyond the standard undo.
- A formula typed into a column with a header fills the whole column by default — useful, but surprising if unexpected.
- Numbers is free on all current Apple devices and runs in any browser at icloud.com/numbers.