ExMint provides a flexible framework that allows you to tailor the add-in to your specific financial management needs. This section will guide you through customizing categories, setting up budgets, and understanding the formulas used in ExMint.

Custom Categories

Custom Categories and Budget Setup

ExMint provides a flexible system for categorizing transactions and setting budgets, which relies on two important tables: Custom_Cat and Budgets.

Custom Categories

The custom categorization system uses a sophisticated formula to assign categories based on transaction details and user-defined rules.

To customize categories:

  1. Locate the Custom_Cat table in your workbook.
  2. This table should have the following columns:
    • Name: Keywords or phrases to match in transaction names
    • Custom Category: The category to assign if there’s a match
    • Amount: Optional amount criteria (e.g., “<100” or “>1000”)

How it works:

Example rows in Custom_Cat:

| Name      | Custom Category | Amount |
|-----------|-----------------|--------|
| Grocery   | Food:Groceries  |        |
| Restaurant| Food:Dining Out |        |
| Amazon    | Shopping        | <50    |
| Amazon    | Big Purchases   | >50    |

Tips:

Budget Setup

The budget system in ExMint uses a separate Budgets table and a formula that references both this table and historical data.

To set up your budget:

  1. Locate the Budgets table in your workbook.
  2. This table should have the following columns:
    • Custom Category: Should match categories used in the Custom_Cat table
    • Monthly: The monthly budget amount for this category

How it works:

Example rows in Budgets:

| Custom Category | Monthly |
|-----------------|---------|
| Food:Groceries  | 500     |
| Food:Dining Out | 200     |
| Shopping        | 300     |

Tips:

Using These Tables Effectively

  1. Regular Maintenance: Periodically review both tables to ensure they reflect your current financial situation and goals.
  2. Iterative Refinement: After syncing transactions, check for any miscategorized items and update the Custom_Cat table accordingly.
  3. Budget Adjustments: As you use ExMint, you may notice areas where your actual spending consistently differs from your budget. Use this information to adjust your Budgets table for more accurate financial planning.
  4. Consistency: Maintain consistent naming conventions across both tables to ensure the formulas work correctly.
  5. Detailed Categories: Consider using a hierarchical category system (e.g., “Food:Groceries”, “Food:Dining Out”) for more detailed analysis.

By effectively using and maintaining these tables, you can ensure that ExMint provides accurate categorization and budgeting, tailored to your specific financial habits and goals. This customization is key to getting the most value out of your financial tracking and analysis with ExMint.