JavaScript required
We’re sorry, but Coda doesn’t work properly without JavaScript enabled.
Gallery
Automate Recurring Expenses
Share
Explore
Gallery
Automate Recurring Expenses
Welcome
[1]- Setup
[2]- Monthly Expenses
[1]- Setup
Step #1
Create a list of recurring monthly expenses
Recurring Expenses
Recurring Expenses
Button
Concept
Total
Button
Concept
Total
1
Add this expense
Expenses 1
$100.00
2
Add this expense
Expense 2
$200.00
3
Add this expense
Expense 3
$150.00
There are no rows in this table
The “Add this expense” button uses the following formula to add the data from .thisrow to the table in
[2]- Monthly Expenses
Expenses.AddRow(Expenses.Concept, thisRow.Concept,Expenses.Total,thisRow.Total)
Step #2
Select the periodicity to add the recurring expenses, in this case every first Monday of the month.
First Monday of Month:
[
]
Step #3
Create a button to push “All button” in Recurring Expenses table.
Add all recurring expenses
Step #4
Create a time-based automation:
Step 1- Time based, every monday.
Step 2- If Step1.Result = First Monday of Month
Step 3 - Then push “Add all recurring expenses” button.
Step #5
Every expenses in the “Recurring Expenses” Table will be added to
[2]- Monthly Expenses
Gallery
Share
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
Ctrl
P
) instead.