Smartsheet Formulas & Editing Shortcuts
Beyond navigation and row structure, this category covers the everyday mechanics of entering and editing cell content — filling down, undoing, copy-paste, editing a formula directly — plus the automated workflow rule-builder, which despite living in this same broad "editing" category is deliberately mouse-driven rather than keyboard-shortcut-based.
| Action | Windows | Mac | Description |
|---|---|---|---|
| Fill down | Ctrl+D | Cmd+D | Grabs whatever's in the first row of a selected range — a value or formula — and copies it down through every other row in that selection, mirroring Excel's own fill-down behavior. |
| Undo | Ctrl+Z | Cmd+Z | Reverts the most recent change to the sheet, covering both cell value edits and structural changes like row insertion or deletion. |
| Edit cell formula | F2 or double-click cell | F2 or double-click | Enters edit mode on the selected cell, showing its underlying formula (if any) for direct editing rather than overwriting the displayed value. |
| Copy and paste cell values | Ctrl+C / Ctrl+V | Cmd+C / Cmd+V | Copies and pastes cell content, functioning identically to standard spreadsheet copy-paste behavior, including pasting across multiple cells when a range is selected. |
| Create an automated workflow rule | Automation > New Rule | — | Opens the visual rule-builder for setting up automated actions (like a notification or approval request) triggered by a condition such as a status change or approaching due date. |
Fill down (Ctrl+D / Cmd+D) copies whatever's in the first row of a selected range — a plain value or a formula — down through every other row in that same selection, mirroring Excel's identical fill-down behavior directly. Formulas fill with their relative references adjusting appropriately, the same behavior spreadsheet users already expect, which is precisely why Smartsheet chose to replicate this specific convention rather than inventing its own different fill mechanism.
Undo (Ctrl+Z / Cmd+Z) reverts the most recent change to the sheet, and it's worth knowing this covers genuinely both categories of change — plain cell value or formula edits, and structural changes like row insertion, deletion, or indentation — within a single unified undo history, rather than maintaining separate undo tracks for content edits versus structural changes the way some applications do.
Editing a cell's formula (F2, or double-clicking directly into the cell) enters edit mode showing the cell's underlying formula text (if it has one) for direct editing, rather than simply overwriting whatever value is currently displayed — necessary when you want to adjust part of an existing formula's logic rather than replacing the whole thing from scratch.
Copy and paste (Ctrl+C / Ctrl+V, Cmd equivalents on Mac) function identically to standard spreadsheet copy-paste conventions, including the ability to select and paste across a multi-cell range at once — worth knowing that because Smartsheet commonly runs inside a browser tab, copy-paste can occasionally interact with the browser's own clipboard handling in ways that feel slightly different from a native desktop spreadsheet application, particularly when copying from or pasting into an external application like Excel itself.
Creating an automated workflow rule (Automation menu > New Rule) is worth including in this category despite being entirely mouse-driven, since it represents the other major category of "editing" a sheet supports beyond direct cell content changes — configuring conditional automation that fires based on a trigger (a status column changing to a specific value, a due date approaching, a new row being added) and executes an action (sending a notification, requesting an approval, updating another field automatically) without requiring a person to manually check the sheet and notice the condition themselves. The rule-builder is deliberately a visual, point-and-click panel rather than anything keyboard-shortcut-driven, since configuring a rule involves picking from dropdown lists of columns, comparison operators, and recipients — choices that don't map cleanly onto any single predictable keystroke the way selecting a cell or applying a formula does.
Worth being explicit about why automation belongs conceptually alongside formulas and cell editing rather than in the row-management category: both formulas and automation rules are ways of making a sheet do work automatically based on its own data, rather than requiring a person to manually update or check something — a formula automatically calculates a value based on other cells, while an automation rule automatically triggers an action based on a condition, and understanding them as two related flavors of the same underlying idea (letting the sheet itself do more of the ongoing work) is a genuinely useful mental model for anyone building out a Smartsheet-based project tracker beyond just basic row-and-column data entry.
A practical combination worth knowing: a formula-driven status column (calculating "On Track," "At Risk," or "Overdue" automatically based on a task's due date and completion percentage) paired with an automation rule that triggers a notification specifically when that formula-calculated status changes to "At Risk" — the formula does the calculation work, the automation rule does the notifying, together producing an automatically self-monitoring project tracker that surfaces problems without anyone needing to manually review the sheet on a regular schedule.
A genuinely practical limitation worth knowing about Smartsheet's formula system compared to Excel's: while common functions carry over with familiar syntax, Smartsheet's overall function library is meaningfully smaller than Excel's, and some of Excel's deeper analytical tools — pivot tables, the dense formula-auditing tools like Trace Precedents covered on this site's own Excel page, array formulas — simply don't have a direct Smartsheet equivalent at all. This isn't a shortcoming exactly, since Smartsheet was never built to replace Excel's analytical depth; it's a genuine tradeoff where Smartsheet gives up some of that formula-and-analysis power in exchange for built-in project structure (hierarchy, Gantt charts, row-level collaboration features) that Excel has no native equivalent for.
Because fill-down and copy-paste both rely on the browser's own clipboard handling when Smartsheet is accessed through a browser tab rather than a dedicated desktop app, pasting a large range copied from an external application like Excel occasionally requires an extra confirmation step or behaves slightly differently than pasting within Smartsheet itself — worth testing a small paste first when bringing in a substantial amount of external data, rather than assuming a large cross-application paste will always behave identically to an internal Smartsheet-to-Smartsheet copy-paste.