Monthly Personal Budget Using Numbers

Hello. I am new to using numbers. I created a budget using the personal budget template with the transaction sheet. The first month (May) worked fine. However, I want a budget for each month. I copied the transaction sheet thinking that the monthly budget would update each month as well but it does not do so. The monthly budget still shows the information from the May transaction sheet. I want to be able to enter my monthly expense on the transaction sheet as they occur and have it update the monthly budget each month. I’ve looked for information on how to do this without success.

iPad Air 2 Wi-Fi, Cellular

Posted on Jul 13, 2021 5:06 PM

Reply
6 replies

Jul 13, 2021 6:12 PM in response to LeesaLeissa

Two ideas for you


For what you are asking to do, you have to make those two sheets into one.

  1. Select everything on the Transactions sheet
  2. Cut
  3. Go to the Budget sheet (don't worry about all the error triangles that will be there now)
  4. Paste and be careful not to unselect what you just pasted because you want to click on it and drag and arrange it underneath the Summary by Category table.
  5. You can duplicate this sheet for each month.


There is an expanded Monthly Budget template that may fit your needs. It is not mine but I have a copy of it. I have not used it. I assume it works. I made a change to it to provide the "monthly average" actual expenses for each category (column C of the Expenses by Category and Month table). The original had only the first month's actuals. Click on one of the cells to see how I calculated the average.


https://www.dropbox.com/s/hmkbj1uwunsypf8/Budget%20template%20expanded%20V2.numbers?dl=0

Jul 13, 2021 7:13 PM in response to LeesaLeissa

Although the Budget sheet of this template is labeled "Monthly Budget" the calculations in it do not appear to be limited to transactions in a single month. I suspect the table here and the 'budget amounts'' are derived from an annual budget, with expenses distributed equally from month to month.


Should you want to change the monthly budget amounts in some or all categories from month to month, I would suggest:


Transactions:

Continue to record all transactions on the Transaction table. You can add a filter to this table to show only rows where the date column cell is empty or contains a date within the current month(s) (with the 'current month(s) being set in one or more cells in a Header row.


Budget:


Columns A and B of this table contain entered data showing each Category of expense and the amount budgeted for that expense this month. No changes are needed.


Column C contains a formula that calculates the actual amount spent on expenses in each category. The formula, as written includes ALL spending recorded on Transactions with no regard paid to the dates of those transactions. The SUMIF formula needs to be revised to a SUMIFS formula making the same calculations, but restricting them to transactions during the month applying to this copy of the table.

(discussed below in "Formulas")


Click on cell A1 of the table, then press option-up arrow to add a new Header row above the current Row 1.

Click on the new cell A1, click the format Brush to open the Format Inspector, choose Cell, and set the data format of the cell to Date and Time, with Date (format) set to Jan 6, 2021 and time set to none.

In cell A1, enter the starting date of the first month of your current budget (May 1, 2021).


Formulas: There are two formulas on this table.


C3 (after adding the new row 1) contains this formula:


SUMIF(Transactions::C,A3,Transactions::$D)


This sums all values in column D of Transactions whose category label in column C of Transactions matches the category named in this row of Column A of this table


We want that condition to apply, and want to add two more:

The date of the transaction must be n or after the date in cell A1 of this table.

The date of the transaction must be before the date one month after the date in cell A1 of this table (June 1, 2021


To handle more than one condition, we'll need to replace SUMIF with SUMIFS, making the new formula for cell C3:


SUMIFS(Transactions::D,Transactions::A,">="&A1,Transactions::A,"<"&EDATE(A1,1),Transactions::C,,A3)


In the Formula Editor, the formula should look like this:


After clicking the green checkmark to confirm the formula and close the editor, hover the pointer near the bottom of cell C3, click on the button and drag down to fill the formula into the rest of column C.



Called away. More to come later. (Not much more.)


Regards,

Barry

Jul 13, 2021 9:09 PM in response to Barry

Later…

Once you have completed the changes to the Budget table, you can duplicate it several times to do the summaries for succeeding months.


Change the date in cell A1 to the first of the month that table is summarizing (Or automate the change using this formula: EDATE('previous table'::A1,1) in which you click cell A1 on the previous table to enter the part in italics.


Adjust the budgeted amounts foreach month as necessary.


You may also want to rename each of the sheets and each of the budget tables to include the month to which it applies.


Annualy, you'll need to change the date in A1 of the first Summary table, and possibly clear the Transactions table for the new year.


Regards,

Barry


Jul 19, 2021 1:09 PM in response to Barry

Hi Barry. Sorry it has taken so long to give you an update with my progress. However, learning to use numbers has been a bit of a challenge. I have tried multiple times, without success, to follow your instructions and duplicate the formula you provided. I can’t figure out what I am doing wrong. I think part of the problem is I am using an iPad as opposed to a Mac.


Below is a copy of the formula after I try to follow the instructions:


SUMIFS(Transactions::D2,Transactions::A2,">="& A1,Transactions::A2,"<"&EDATE(A1,1),Transactions::C2,A3)


After, I hit the green arrow to confirm the formula, the amount in cell C3 changes from $90 to $0. When I copy the formula and paste it in the rest of the column, I get the following error message:


Argument 1 of EDATE expects a date, but cell A2 contains a string.


I have been trying to figure this out for several days but just can’t figure out what I’m doing wrong.


Thanks,

LeesaLeissa




This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Monthly Personal Budget Using Numbers

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.