I have a spreadsheet where one tab is a list of transactions over the year. i want to sum the amounts of each transaction by month, but I’m having problems working out how to do this. I’m using SUMIFS to attempt this (having used it successfully for a different sum), but it’s not obvious to me how to do it by month.
Some sample data
A B C D E
29/04/2021 Receipt Etrans Subscriptions 87.50
30/04/2021 Receipt Etrans Subscriptions 50.00
04/05/2021 Receipt Etrans Subscriptions 125.00
05/05/2021 Receipt Etrans Speakers 50.00
Because the data is being added to I’m using the E:E to reference the cells
I can do it easily if I just sum by column D (so two sums) but how do I separate out the (in this case) two months?
The one I’m basing it on is like this
=SUMIFS(‘Ledger – main’!E:E,’Ledger – main’!B:B,”receipt”,’Ledger – main’!D:D,A5)
Where ‘Ledger – main’ is the sheet the data’s on. A5 is on the same sheet as the formula and has a helper column (A5) matching the required item in Column D.
The sheet this is going on has cells with the month numbers, so July is 7 etc.
Eliminate spare time: start programming PowerShell