I got it working using the formula below, which was from a post that Mark.S shared.
=ARRAYFORMULA({IMPORTRANGE('Instructions & Tiller Foundation Link'!B2, "Balance History!A1:O5000");IMPORTRANGE('Instructions & Tiller Foundation Link'!B2, "Balance History!A5001:O10000");IMPORTRANGE('Instructions & Tiller Foundation Link'!B2, "Balance History!A10001:O15000");IMPORTRANGE('Instructions & Tiller Foundation Link'!B2, "Balance History!A15001:O20000")})
The issue is not with the columns, but rather appears to be with the IMPORTRANGE not liking too large of a dataset as it is capped at 10MB of received data per request. (See reference under Performance for IMPORTRANGE.)
The updated formula appears to be working well now, but I will have to remember to expand it to more rows in the future.
Yeah thatâs why I did it previously based on a limited column range as you donât have to remember to expand it. It may be for balance history you want to do it every 7 columns or something like that. Not at my computer now to take a look.
I have an idea for an even more targeted approach that just brings in the columns I need which I think will work even better. Will add that to my next update.
Thanks for the kick in the pants on this, worked on this approach that only imports the specific columns I need and itâs a lot faster. Will release a new version with that update tomorrow.
âThe Trim Balance History utility removes extraneous balance history entries by trimming them down to a single balance entry for each day, week, or month (for each account). The frequency youâd like to see is configurable. You can choose all accounts or a single account for trimming.â
This is great to know about, I didnât know it existed. There definitely gets to be a lot of data in that sheet quickly, and the structure of it makes computing balances over time pretty computationally expensive over long periods.
Just released a small update (v3.2) that changes the import behavior to (I hope!!) solve peopleâs import issues with too much data leading to an error. Check it out!
Release notes:
V3.2:
Changed how importing from the Tiller Foundation sheet works to only import required columns. Hopefully this makes things a little snappier and makes this work better âout of the boxâ for people with lots of data or added columns.
This is a great template. I was missing the Mint dashboards a lot.
Any idea why my âNet Worthâ tab is showing â0â for everything? All the other tabs are working fine and I can see the accounts are correctly added in Column âOâ.
It looks like the âExpanded Balance Historyâ tab has a #N/A (âDid not find value âAccount Idâ in MATCH evaluation)â error in Column J and #ERROR (Did not find value âAccount Idâ in MATCH evaluation.") in column K.
J showing N/A shouldnât be a problem â that just means you havenât added the additional account properties sheet / closed date â but things are supposed to work without it.
If you expand the hidden columns on the right of the Net Worth tab, do you see any errors there?
Thanks, fat fingered the version number â fixed it.
As far as your other issue, thatâs more concerning!
The formatting thing is just a formatting update I missed before I better understood how that worked. If you change the Balance column header (I27) to have â$#,#.00â as the format string it will fix it I believe. Iâve made that change for the next version.
As far as the number being wrong, its the same issue as before where you have an account and a group with the same name. I fixed the formatting problem, but I realize that didnât fix where the amount is pulled from. Iâll have to do a bit more work to better differentiate those â in the meanwhile if you just make your group name something different I think that should make this work properly.
Hi CPS! This looks great! I got everything to work except in the income by Category tab I am getting an Error âArray result was not expanded because it would overwrite data in A5.â in column A. How do I fix this?
Thatâs likely because you have more income categories / groups than I left space for. If you insert a few rows between the âGroupâ header and âGrand Totalâ to make space for your additional categories it should just start working.