- Create a sheet "Wealth"
- Name first tab: "Accounts"
- Create a table named "Accounts"
- Set up the columns (Name: Data type)
- Account: Text
- Type: Dropdown (With values: Cash, Credit, Investing, Debt, Loan)
- Starting amount: Currency
- The balance of the account before the first transactions you'll record in the spreadsheet
- Current value: Currency
- Used for Investing accounts which value is not related to transactions in them.
- Balance: Currency
- Formula: to be defined once Transaction table is set
- Create a new tab Transactions
- Create a table named "Transactions"
- Set up the columns (Name: Data type)
- Date: Date
- Amount: Currency
- Account: Dropdown from range (=Accounts!$A$2:$A)
- Add formula to table "Accounts", column balance
=IF(
Accounts[Current value],
Accounts[Current value],
Accounts[Starting amount] + SUMIF(
Transactions[Account],
Accounts[Account],
Transactions[Amount]
)
)
- Create a new table "Categories" with a new table "Categories"
- Set up the columns (Name: Data type)
- Add column "Category" in tab "Transactions"
- Category: Dropdown from range () (Categories!A2:A)
- Create a new table "Categories" with a new table "Sub categories"
- Set up the columns (Name: Data type)
- Sub category: Text
- Category: Dropdown from range (Categories!A2:A)
- Add column "Sub category" in tab "Transactions"
- Sub category: Dropdown from range () (Sub categories!A2:A)
- Create a new table "Categories" with a new table "Payees"
- Set up the columns (Name: Data type)
- Add column "Payee" in tab "Transactions"
- Payee: Dropdown from range () (Payees!A2:A)
- Add columns to table "Transactions"
- Description: Text
- Tax related: Checkbox