Where entries go, how currency conversion works, and how to fix or update entries.
Every saved expense becomes one new row in a Google spreadsheet, on the tab the app is set to use. The app only ever adds rows — it never changes or deletes anything already in the sheet. Everything else about the record (fixing a typo, deleting a duplicate, the totals and summaries built on top) happens in the spreadsheet itself, the normal Google Sheets way.
Each entry fills columns A through H, in this order:
| Column | What goes in it |
|---|---|
| A | Category |
| B | The USD value (see below) |
| C | The amount you typed |
| D | The currency you chose (USD or MXN) |
| E | The month you chose |
| F | The expense type (or blank) |
| G | Your note |
| H | The date you saved the entry, as MM/DD/YYYY |
Column H is filled in automatically with the day you pressed Save — it is not the same thing as the Month in column E, which is the month you booked the expense against.
Do not reorder, insert, or delete columns A–H on the expense tab. The app always writes into these positions, and the sheet’s own calculations read from them. If the columns move, new entries will land in the wrong places without any warning or error.
The app does not convert currency itself — the spreadsheet does.
Because it is a formula, every MXN row recalculates whenever the rate in M2 changes. That is deliberate: one rate, kept in one cell, applied consistently to every MXN entry.
What you do:
There is no edit or undo in the app. If you saved something wrong — wrong amount, wrong month, a duplicate — fix the row in the spreadsheet.
What you do:
You can also type rows straight into the sheet by hand when that is easier — the app does not mind, and nothing breaks, as long as you follow the same column order.