šŸ† Spending and Income Dashboards for Mint Trends Lovers

I think if you just want Net Income grouped differently, you may be better off just doing it off of Transactions. If you care about any of the filtering options or different date ranges, that’s where a lot of the work on this sheet is.

I think it would be relatively easy to build a summary table based on what’s here already to sum this up by month/quarter/year.

C

2 Likes

@cps would it be possible to either include or exclude the tags? Right now it seems like if they are all unchecked they are included. However, if you check one of them, it excludes all transactions except the selected one. I would love to see an option with No tag to include or exclude and then have all the tag options included/checked by default. I am looking to exclude all transactions with X tag. All other transactions I would like to see

Will add it to my list! I’m working on a bunch of other updates currently that I hope to get out before the end of the year.

3 Likes

I also was unable to get the sheet to work until I inserted a ā€˜Merchant’ column into the sheet. It just sat there with every page blank as if I had no transactions.

Repro:

  1. Make a copy of the Version 3.8 sheet and the sample data sheet
  2. Delete the ā€˜Merchant’ column in the sample data spreadsheet copy
  3. Copy the link to the sample data spreadsheet copy in
  4. Click the ref and allow access
  5. Dashboard sheet goes green with ā€˜Imported Successfully!’
  6. Wait 5-10 minutes, nothing happens
  7. Add a new column named ā€˜Merchant’ to the spreadsheet, everything starts filling in immediately

Note:

Well, after I wrote all that up I discovered that just adding a new column also fixed it… and then I did another test and discovered that just changing a field fixes it.

So! I suspect there is some triggered function that runs when the linked sheet is updated that doesn’t run when the sheet is first linked.

Not sure if you can fix it to just also run that function after successful link, but if not it would at least be worth updating the instructions with a note telling people to make some change to the main spreadsheet to trigger an update.

PS: Thank you for making this dashboard - incredibly handy for visualizing transactions!

1 Like

Yeah, sorry about that. Unfortunately this isn’t any script I’m running, its in the Google sheets cell update dependency logic and sometimes it just gets a little stuck. In order to be able to import large transaction sheets I’m doing some ā€œfancyā€ (e.g., kind of hacky) IMPORTRANGE calls that have dependencies on one another, and if that dependency chain doesn’t process properly it just gets stuck. My best tips are to just delete the URL of the imported spreadsheet, let it ā€œprocessā€, and then add your URL back in, or to go into the Transactions tab and add a trivial error (like add a 1) in the formula in the top left cell, hit return, and then fix the error (e.g., remove the 1). That seems to force a reprocessing that usually gets it unstuck. Once it’s imported successfully I’ve never had this problem come up again.

1 Like

@cps first thanks for this, it’s great!
I had a question on what’s the preferred way to backfill balances (from the mint days), I tried adding rows to the ā€œbalance historyā€ sheet, but this breaks on the next refresh with ā€œArray result was not expanded because it would overwrite data in G123ā€ so I had to delete those rows. I suppose I could add like a million empty rows in between? or is there a better way?
Thanks again!

Where are you seeing that error? You should be able to add rows to the balance history tab in the underlying tiller sheet (not this dashboard) without any problems.

1 Like

@cps ah, thanks, didn’t realize the underlying also has a balance history tab. For the ā€œbalance idā€ column, do I just put random unique ids?

Sure, or just leave it blank - it won’t impact anything.

1 Like

Hello CPS,

As a former Mint user, I really like your dashboard. Thank you for creating it.

On the Net worth Over Time sheet, you have in the bottom right corner a list of the user’s accounts for a particular date and a sum of net worth on that date for each group of accounts. What isn’t listed is the net worth of each individual account listed below the summed total. That would seem to be a helpful thing to see.

Is it practicable to add that?

Thanks,

Tom

Yes, that is the intent and used to work – Google Sheets changed something. I’ve fixed it my local copy but need to get an update to this ready with a number of changes I’ve been working on. I’ll try to do that sometime in the next few weeks.

Thanks so much CPS.

Tom