githubEdit

πŸ‘©β€πŸ’»πŸ‘©πŸ’» Spreadsheet Banking | Basic Functions

Working with Spreadsheet Banking in Excel

How to:

circle-check
An intro to working with Excel tables and formulas in Spreadsheet Banking.

How to reference a table

✨ Reference your accounts: tblAccounts

✨ Reference your transactions: tblTransactions

Fetching a single table column

Functions for Accounts/Transactions

Requirement: I want to reference my ID for all my transactions.

circle-info

*Sub in Accounts to see account information

Transforms on functions

Requirement: I want to show you the first two letters of my transaction description.

Doing calculations on a table

Calculations on functions

Requirement: I want to see a sum of all my transactions coming off my account.

Fetching table headers

Requirement: I want to see what the headers of my table are.

Complex filtering with tables and live-sync

Filtering within your transactions/Accounts

Requirement: I want to filter the description of all my transactions only displaying the first two letters.

**Requirement: `**I want to filter the description of all my transactions only displaying the first two letters for a specific account.

Requirement: I want to filter the of all my transactions greater than R5000 for a specific account.

Search Term

Requirement: I want to filter all my transactions for my account that contain the search term β€˜Uber’ (Uber in cell D17) using the first 4 letters of the description.

Last updated

Was this helpful?