What happens if I delete a row by accident?
Published on June 11, 2026
Deleting a row in Aspire can break formulas, conditional formatting, and data validation rules. This is why we recommend clearing cell contents instead of deleting entire rows.
If you just deleted a row
Act immediately:
- Press Ctrl+Z (or Cmd+Z on Mac) to undo the deletion.
- If that doesn’t work (too many edits since then), go to File → Version History → See version history.
- Find the version from just before the deletion and restore it.
Why row deletion is risky
Aspire’s tabs use formulas that reference specific row ranges. When you delete a row, Google Sheets shifts everything up by one — which can:
- Break formula references (causing
#REF!errors) - Misalign conditional formatting rules
- Disrupt dropdown data validation
- Shift reconciliation points and other markers
The safe way to “delete” a transaction
If you want to remove a transaction you entered by mistake:
- Select the cells in that row that contain your data (date, amount, memo, account, category, status).
- Press the Delete key to clear the contents.
- Leave the empty row in place.
The row stays, the formulas stay intact, and the transaction data is gone. The Dashboard and reports will update as if the transaction never existed.
If the damage is already done
If you can’t undo and version history is too far back:
- Check if any
#REF!errors appeared in formulas on the affected tab - If the damage is isolated to one or two cells, you may be able to reconstruct the formulas by looking at adjacent rows
- If it’s more widespread, restoring from version history is usually the fastest fix
Prevention
- Never use right-click → Delete row in Aspire
- Use the “Add more rows” button at the bottom of tabs when you need more space
- Clear contents, don’t delete rows when removing data
- Reconcile regularly — you’ll notice structural damage faster if your balances suddenly don’t match