All Collections
Workflows
Working with Manual Data
Transitioning from Mint to Tiller
Transitioning from Mint to Tiller

Quick and easy steps to get your Mint.com data into a Tiller-powered spreadsheet.

Heather Phillips avatar
Written by Heather Phillips
Updated this week

If you're transitioning from Mint to Tiller you can use these steps to help get your data out of Mint and into your Tiller spreadsheet.

Steps for Google Sheets

1. Start with the Foundation template for Google Sheets

You can skip these steps if you've already started a Google Sheet with Tiller Money Feeds

  1. On the Console click "Create a spreadsheet" and then Start with Google Sheets

  2. Follow the instructions on the Install Help tab to install the Tiller Money Feeds add-on and feed your bank data into the Google Sheet

2. Get your data out of Mint

  1. Log into your Mint.com account.

  2. Choose the Transactions menu option.

  3. Click the export link at the bottom of the page to automatically download a CSV file of your transactions.

3. (optional) Grab your categories

If you've already spent some time setting up Categories in your Foundation template you probably want to skip this step. If you're brand new to Tiller you may want to quickly get started with those existing categories from Mint and customize later.

  1. Navigate to your Google Drive at https://drive.google.com

  2. Drag & drop your Mint CSV export into your Google Drive

  3. Double click the CSV file and choose "Open with Google Sheets" at the top

  4. Use the quick formula below in a blank cell to grab a unique list of categories from your data

  5. Copy the list of categories

  6. Paste it into the Categories sheet and overwrite the example categories by right clicking and choose Paste Special > Values only

=unique(F2:F)

4. (optional) Clear your transaction data

If you'd like to just move over the Mint data with all the categorizations, and you have all your data up to today's date, you can clear the Transactions sheet making sure to leave the header row (row 1).

Alternatively, you can just bring in a segment of historical data that pre-dates the Transaction data Tiller was able to automatically pull into your Google Sheet.

5. Import your Mint CSV

  1. Choose Tools > Import CSV Line Items

  2. Upload the Mint CSV from your computer

  3. On the summary screen, choose a date range for the data you'd like to add to the Tiller-powered sheet

  4. Click "Add to Transactions sheet"

Manual workflow

  1. In the Google Sheets version of the Mint export from step 3 above, delete the column used to create the unique list of categories

  2. Delete Notes and Labels columns if not using

  3. Add a column header in the first empty column to the right called "Corrected Amount"

  4. Paste the below formula into the first cell in that column (row 2) to get the corrected amount data for your transactions, which should pre-fill to all subsequent rows

  5. Add a new column header called "Final amount" to the right of the "Corrected Amount" column

  6. Copy the data from the "Corrected Amount" column and paste special > Values only into the "Final Amount" column

  7. Delete the Corrected Amount, Amount, and Transaction (type) column as those are no longer needed

  8. Rearrange columns so they are in the following order Date, Description, Category, Amount, Account name

    1. If you're wanting to copy over the data from the Notes or Labels columns from Mint you'll need to add those columns in the appropriate place in the Tiller Transactions sheet before proceeding to step 6.

  9. Delete the Original Description column

=ARRAYFORMULA(IF(E2:E="debit",-D2:D,D2:D))

6. Move your Mint data to Tiller

  1. Select all the data in the Mint export from row 2 (do not copy row 1) to the last cell

  2. Copy the selected data

  3. In your Tiller Transactions sheet, select the first empty cell in the Date column (do not select row 1)

  4. Right click and choose Paste Special > Values only

6. Customize Categories

You can customize your categories on the Categories sheet. You can totally re-think the way you want to categorize transactions. Update category names or delete ones you no longer want or need. Each category should have a Group and a Type.

To update Transactions that have already been categorized:

  1. Turn on the Filter in the Transactions sheet

  2. Sort the Category column from A>Z

  3. Update one invalid entry (red triangle in upper right)

  4. Use the quick fill square to update the other entries

  5. Repeat for each category you want to adjust

Alternatively, you can use AutoCat and run it on "All Transactions" to help you update categories and build a ruleset for ongoing automatic categorization.

7. Start Budgeting

Set your Budget targets for each category on the Categories sheet in column E (you may need to expand these columns.) These values will cascade across to all months in the budgeting year. Edit any month directly.

Steps for Microsoft Excel

1. Start with the Foundation template for Microsoft Excel

You can skip these steps if you've already started a Excel workbook with Tiller Money Feeds

  1. On the Console click "Create a spreadsheet" and then Start with Microsoft Excel

  2. Follow the instructions on the Install Help tab to install the Tiller Money Feeds add-in and feed your bank data into the workbook.

Note if you don't see the My Add-ins option on the Insert ribbon, check the Home ribbon.

2. Get your data out of Mint

  1. Log into your Mint.com account.

  2. Choose the Transactions menu option.

  3. Click the export link at the bottom of the page to automatically download a CSV file of your transactions.

3. (optional) Grab your categories

If you've already spent some time setting up Categories in your Foundation template you probably want to skip this step. If you're brand new to Tiller you may want to quickly get started with those existing categories from Mint and customize later.

  1. Open the CSV file you downloaded from Mint in Microsoft Excel

  2. Use the quick formula below in a blank cell to grab a unique list of categories from your data - you should input your last row number where it says "use last row number" in the formula

  3. Clear out the example categories in your Foundation Template's Categories sheet

  4. Copy the list of categories from the Mint export

  5. Paste it into the Categories sheet column A by right clicking the first empty cell in the Category column and choose Paste Special > Values only

=unique(F2:F[use last row number])

4. (optional) Clear your transaction data

If you'd like to just move over the Mint data with all the categorizations, and you have all your data up to today's date, you can clear the Transactions sheet making sure to leave the header row (row 1).

Alternatively, you can just bring in a segment of historical data that pre-dates the Transaction data Tiller was able to automatically pull into your Google Sheet.

5. Prep Mint data for Tiller

  1. Delete the column used to create the unique list of categories

  2. Delete Notes and Labels columns if not using

  3. Select all the data in the export and choose Format as Table from the home ribbon and click OK in the pop up

  4. Add a column header in the first empty column to the right called "Corrected Amount"

  5. Paste the below formula into the first cell in that column to get the corrected amount data for your transactions, which should pre-fill to all subsequent rows

  6. Add a new column header called "Final amount" to the right of the "Corrected Amount" column

  7. Copy the data from the "Corrected Amount" column and paste special > Values only into the "Final Amount" column

  8. Delete the Corrected Amount, Amount, and Transaction (type) column as those are no longer needed

  9. Rearrange columns so they are in the following order Date, Description, Category, Amount, Account name

  10. Delete the Original Description column

=IF(E2="debit",-D2,D2)

6. Move your Mint data to Tiller

  1. Select all the data in the Mint export from row 2 (do not copy row 1) to the last cell

  2. Copy the selected data

  3. In your Tiller Transactions sheet, select the first empty cell in the Date column (do not select row 1)

  4. Right click and choose Paste Special > Values only

7. Customize Categories

You can customize your categories on the Categories sheet. You can totally re-think the way you want to categorize transactions. Update category names or delete ones you no longer want or need. Each category should have a Group and a Type. Group is the bigger bucket that categories fall into.

To update Transactions that have already been categorized:

  1. Use the filter in the Transactions sheet

  2. Sort the Category column from A>Z

  3. Update one invalid entry (red triangle in upper right)

  4. Use the fill handle to update the other entries

  5. Repeat for each category you want to adjust

Alternatively, you can use AutoCat and run it on "All Transactions" to help you update categories and build a ruleset for ongoing automatic categorization.

8. Start Budgeting

Set your Budget targets for each category on the Categories sheet in column E (you may need to expand these columns.) These values will cascade across to all months in the budgeting year. Edit any month directly.

Did this answer your question?