SUM amounts by month for budget spreadsheet
Hi! I'm working on a budget spreadsheet and I'm trying to get the Payment Plans row to auto populate from a Payment Plans table so that the amount in the Budget is only equal to the amount due during a set month. Pictures to explain better:
These are the amounts and due dates of upcoming payments. One is in August and two are in September.
This is the row in the Budget table where I want to add up only the amounts due during the set month. The amount in August should be -13.19 and the amount in September should be -26.38.
How do I set up the function to draw totals only from the corresponding months?
Thanks!