Monthly Budget template using Categorized (by month)
So I have been using the monthly budget template for some time and has worked well for me. However, I would like make it better by having an organized by category (by month) for the transaction table.
The first image is my budget overview.
Code: SUMIF(Income Deposits::JUL::Category,A4,Income Deposits::JUL::Amount)
This is how I currently have to set up the transactions: a different table for each month.
Code for C4 (above image): SUMIF(Income Deposits::JUL::Category,A4,Income Deposits::JUL::Amount)
This works as it should.
I would like to combine all the tables in to one that is 'organized' by the month category column: like the following image.
Can seem to figure out how to only pull transactions by the individual month. Tried adding additional if statements but not having any success.
HELP Please!