of restaurants I’ve eaten at, and syncing my “Dining Out” transactions from YNAB makes it really simple
I have a personal hub doc that can show how much “fun money” budget I have remaining for the month. As an example, the test YNAB account linked to this document has exactly
$200.00
left in its
@Reimbursable
category.
My “Groceries” transactions are imported into my meal planning doc. Here are all the grocery transactions and their amounts from this document’s test data:
related to a person, event, or trip in a doc. Could be utility bills with a roommate, travel costs with a group of friends, shared spending with a partner, etc.
Tracking health expenses & receipts for future reimbursement from health accounts
Tracking the warranties for purchases and looking up when the warranties expire
Other ideas for how you could use your YNAB data in Coda:
You could sync your net worth and calculate your savings vs spending multiple for retirement planning
Screenshots
Below you can see how a different types YNAB transactions would be imported into Coda with examples of initial account balances, transfers, and split transactions:
In YNAB:
In Coda:
Things to note
Split transactions are imported by the Transaction sync table as if they were multiple different transactions, but they share the same Parent Transaction Id if you prefer to group them
Creating and updating transactions is not currently supported
Importing scheduled transactions is not currently supported
If you use emojis in your YNAB category names and wanted to make a formula column that can display only the emojis without the text, you could try a formula like this: IfBlank(RegexReplace(thisRow.[Group Name], "[\x00-\xFF]+", ""), thisRow.[Group Name])