One view I like, is a “monthly spend by category” overview, so I can see Monthly, my err, category spending (a bit ronseal there…) - and compare month to month - always a useful indictor for me
e.g:
You can get all of your Categories in a list by using this in Column A
=unique('Monzo Transactions'!G:G)
And a SUMIF like so to tot up that months spending:
(Where AD3 / AE3 are the start dates of each month).
Just beware of the “Free Plan” limitation if you’re using not IFTTT pro. There’s a link I made in another thread to an applet you can use that doesn’t impact your Free count, if you need it.
So the bit I’ve bolded (A5) is referencing the cell next to it to get the category name. Therefore I have to put this formula next to every category and change that part of the formula to A6, A7, A8 and so on. Surely there is a formula to reference the cell to it’s left so I can just drag it down? (will Google it shortly).
Then the problem with this is if I add a new custom category it won’t automatically add this formula next to it. Unless I’m doing it wrong
So cell you enter the UNIQUE formula into should auto expand any time you add a new category to Monzo. (It also gets caught out if you change category names after the fact as the data doesn’t retroactively update).
If you drag the formula down from the first cell, it should auto update the A5 to A6, A7, A8 etc. (Same for across the columns too)
The only bit I would do is add more rows of this formula than you currently need - that way when you add a new category the data is already there.
I just wanted to make sure I wasn’t doing anything wrong. I was also curious if there was a smarter way of doing it so it would be automated.
I was Googling and found that if I use this
INDIRECT("RC[-1]",FALSE)
It will reference the cell to the left. So I was going to play and see if I could then do this for the entire column but only do the sum if the category cell isn’t blank.
Might just be me massively overthinking it and making it super complicated because yours works just fine but all those £0 bug me
To exclude a few payments like my Salary. So where name = ‘employername’ because that’s messing up some categories.
I’m learning a lot from merging and Googling based on past formulas supplied in here
Edit: Also… I seem to be getting some odd figures for my ‘General’ category. Looking at summary in the app nothing is categorised under there. Any ideas?
Does anyone have a good way they’ve found to track their “net wealth” or anything?
Basically what I want to see is that I’m better off at the end of the month than I was at the end of last. I’d love something as simple as;
In - £1000
Out - £999.97
You’re now 3p richer!
But with pots, which I use a lot, it gets more difficult because transferring £100 to a pot, is technically a -£100 in my transaction list, but I haven’t actually spent it yet.