Average monthly income in Numbers 3

I use numbers to keep the books and I am trying to get the total for each month automatically. To simplify things, let's assume column A contains the date and B the amount. Out of this, I am trying to return the total for each mont in a separate table. I would expect it to say APR: 200, JUN: 400, JUL 150 and so on.
A                    B  
02 APR          250
05 APR          -50
03 JUN          100
15 JUN          300
08 JUL           150
Any thoughts on how to do this?
Thanks in advance.

Hi Christian,
Here we go. This is not an automatic timestamp, but it goes some way to answer your question:
to fill the A column with the current date when inputing something new into the B column?
Slight alteration, the amounts go into the C column:
This uses =NOW() in column A. The data format is Date & Time to display only the date part.
NOW() is not a timestamp; it insert the current Date & Time and continues to update.
To "freeze" it at an instant in time, select the cell, Copy, then Menu > Edit > Paste Formula Results. More on that later.
B2 contains this formula (and Fill Down):
=IF(LEN(C2)>0,MONTHNAME(MONTH(A2)),"")
If the length (LEN) of a cell in C is greater than 0 (the cell is not empty) then grab MONTH  (a number) from A and convert it to the MONTHNAME
else insert "" (NULL).
B shows the month to fit SG's solution of using SUMIF to add monthly totals.
Save As Template.
In use, make an entry in column C:
The month name appears. Immediately "freeze" the cell in A (Copy, then Menu > Edit > Paste Formula Results) so it will no longer update. To be doubly sure, you may want to "freeze" the month in B at the same time. The rows below the entry are still free to update, waiting for the next entry and "freezing".
Your workflow is: if there is an entry in C, then A and B in that row must be frozen (select, command c, shift command v).
Regards,
Ian.

Similar Messages

  • Bi weekly Income for numbers template

    All,
    Can anyone advise on this issue. i searched this forum and found nothing that matched my need. I get paid biweekly and would like to modify the template in numbers 09 to give the same information it does but on a bi-weeklyschedule with monthly expenses since my income is bi-weekly but my expenses are monthly. thanks in advance for your help.
    Best Regards
    SeanLi

    I assume you are using the personal budget template. I assume you don't really need to break everything down biweekly. And is it biweekly or twice a month?
    If you are using the template as provided by Apple and if you get paid twice a month (not biweekly), you can change the Monthly Net Income table in the following manner:
    Change A2 to read "Biweekly income"
    Change A5 to be =2*A2+A3
    For biweekly it will be more difficult because not all months are equal. Some months will have two pay periods and some will have three. The template is not set up to handle that situation and it would be very difficult (though not impossible) to modify it. You would probably be better off putting your month-by-month income directly into the Annual Budget table and deleting the Monthly Net Income table. Alternatively, you could determine your average monthly income and put it into the Monthly net Income table.

  • Averaging a range of numbers

    I'm looking to try and average a range of numbers, but instead of doing it by certain rows (that is, average rows A1 through A30), I'd like for Numbers to average cells if they fall into a certain numerical range (that is, average cells whose values are 1-30, but whose rows might be A1 through A70 or A1 through A42--you don't know). Since my cells are numerically ordered, I could go through and find myself the cells that fall into the range (is it A70 or A42?), but I have a few thousand rows so that's really not economical in terms of time. Could someone help me to figure out the function to average cells based on their numerical value?
    Thanks!

    Here's how you might set up the formula:
    The formula in B3:
           =AVERAGEIFS(Table 1::A,Table 1::A,">"&B1,Table 1::A,"<"&B2)
    It's a little tricky because you need the " " in the proper places.  You could hardcode the values into the formula itself with something like ">0" and "<31" but it's generally good practice to put the conditions in cells so you can vary them as needed.
    SG

  • Averaging a row of numbers

    I want to average a row of numbers, but some of the cells are empty.  I want the empty cells to be considered null - not included in the averaging calculation.  Is there a way to do this?  I am using Numbers '08.

    Hi milkmaid,
    I am using Numbers '09 and I assume that the AVERAGE() function is the same in Numbers '08.
    AVERAGE() ignores cells that are blank, or contain text.
    In this screen shot, all the cells with yellow fill contain a formula to average all the cells to their left.
    In Row 2, Cell D2 contains the formula
    =AVERAGE(A2:C2)
    In Row 3, Cell E3 contains the formula
    =AVERAGE(A3:D3) and the blank cell in C3 is ignored ("null")
    In Row 4, Cell E4 contains the formula
    =AVERAGE(A4:D4) and the cell containing text is ignored.
    Try out these three scenarious and see if they work in Numbers '08.
    I don't know if Numbers '08 has a function browser. I do not have a copy of a User Guide for '08. Try the Help Menu.
    Regards,
    Ian.

  • What is the average monthly Mb in updates for A new iMac

    I have A download cap of  10gb per month do I need to increase my download package

    I don't think you could pick an average monthly figure. It varies wildly depending on how many apps you have installed (not only Apple apps). Occasional updates to the OS itself seem to roll out every two or three months and could be 500mb-1gb in size. Downloading the OS in its entirety is 5.3gb, although you should hopefully only need to do that rarely and only when you needed to re-install and you didn't have a copy of the installer.
    Factor in your everyday use of the internet and it's a difficult one to answer with any accuracy.
    How rigid is your ISP with the data cap, and can you increase it on 'as required' basis.

  • Template: personal budget with varying monthly income

    Does anyone have or know of a free personal budget template that allows for a varying monthly income?

    Here is a spreadsheet that I use for budget cashflow forecasting.
    Note that you can either enter weekly amounts and have the sheet calculate monthly and annual totals or the other way round, by entering actual monthly amounts and the sheet calculates the weekly equivalent (in yellow).
    In all this, remember that the cashflow cannot go negative (it's impossible).
    http://spreadsheets.google.com/ccc?key=0AvnI_OuJGOp9dFVSQ1BkUmkxS19vVnNUNTB2ZFVv akE&hl=en
    Ironic using Google Docs to upload a link, don't you think:) Hope it works...
    Please don't laugh at my expected retirement income level, it is a sign of the times.

  • A file I created a month ago on numbers won't open - but I have 3.1 installed the app store tells me.  Also, I created a template which seems to have disappeared.  Anyone know what I should do?

    A file I created a month ago on numbers won't so open - message tells me I need a newer version of numbers - but software update says I have the latest version.  And a template I created to use with the file just disappeared.   Anyone know what I should do?

    I found the answer in more like this

  • How to create a monthly series in numbers

    I'm trying to create a monthly date series in numbers for iphone app. When I try to fill down A1:A2, it is presented as B1:B5. I want the column to show the  first day of each month. I can't find a function that accomplishes this.
    Header 1
    Header 2
    6/1/13
    6/1/13
    7/1/13
    7/1/13
    7/31/13
    8/30/13
    9/29/13

    Hi DC,
    You've asked in the community discussing Numbers for Mac OS X, so this response may not be applicable to Numbers for iOS. If not, you migth try reposting your question in the iWork for iOS community.
    Here are two methods using formulas to ceate the date series you want:
    Column B: Seed date is entered in B2.
    Formula is entered in B3 and filled down to end of column.
    B3: =EOMONTH(B2,0)+1
    Column C: Formula entered in C2 and filled down.
    C2: =DATE(2013,ROW()-1,1)
    Note the warning triangles in the last three rows. These warn that the formula is receiving a number greater than 12 for the month argument to the DATE formula. It is a warning of an unusual situation, but not a red error alert as the formula continues to produce the cirrect result.
    Italics formatting was applied manually to draw attention to these three cells. The blue triangle may be dismissed with two clicks, one to show the warning:
    the other to tell Numbers to ignore the cause. This must be repeated for each cell showing this error.
    Regards,
    Barry

  • Months changing in numbers I type september and it changes to october

    After updating to the latest version of numbers I noticed some of the data in my spreadsheets changed. The formulars get confused when a month is used as a reference but I couldn't work out why. I tried formatting a cell with a pop-up box containing the months of the year but it automatically changes some months. for example I press the + to add new item and type September but it automatically changes to October!!
    This has to be some kind of bug.
    Please advise.

    If the form is going to be used on an iPad, Numbers is the only game in town.
    Numbers is available for Macs only (and iOS devices). Excel is available for PCs and Macs. If you are in a mixed environment of Windows PCs and Macs and you are using this document as an electronic form, Excel is probably the better choice. Otherwise you will need to export to Excel for the PC users then import from Excel to retrieve their data. The import/export process is not perfect. A file that has been exported then reimported will not be the same as the original file. I would assume social services agencies are almost entirely PC-based. 
    If the form is to be printed or turned into a PDF for distribution and use by the social services agencies, either Excel or Numbers would do the job but right now Excel might be the better choice. I would have recommended Numbers '09 but I cannot recommend Numbers 3 for anything thsat requires printing until they give us the layout and printing functionality we used to have (editing in Print View, ability to set margins, etc).
    If everything else in your department/operation/agency is Windows PC and Microsoft Office based, you would be better off sticking with the standard.
    I hope that helps.

  • Non- Display of Incoming calls numbers.

    hi,
    i have an iPhone 4(factory unlocked) running iOS4.1. when i get incoming calls, the incoming call number is displayed as "UNKNOWN CALLING" and not the number.
    all incoming calls are displayed like above including my contacts in the phone.
    can anybody answer my query.
    thanks,

    yes it is enabled only.
    previously it was showing the numbers, but suddenly for the past one week, it's showing unknown.

  • Monthly Income Display

    Hi,
    I have created two structures...
    In the first structure -- Variables defined for Month, YTD Month
    and Previous year
    Second structure -- Income etc..Key figures defined
    Now I am unable to get particular month data...
    My Report format:
               (Sep 2007) (Sep 2006) (YTD - 2007) (YTD 2006) : 2006
    Income          
    All Kfs
    But Income for Oct will be considered for Sept + Oct..
    Now i want the result of Income has to display only particular month (ex..Say Oct means only Oct)..
    Here instead of particular month it is automatically considering cumulative..
    Please suggest me...
    Help will be greatly appreciated...
    This is urgent...........
    Edited by: venkat R D on Dec 24, 2007 3:23 PM

    Thanks for your information...
    I am using 0FIGL_1 InfoCube..
    and i have loaded only Sep 2007, Oct 2007 and Nov 2007 Data from R/3 Production to BW Development for testing purpose..
    So, August not possible...
    While selecting Income GL's --- I have considered Key figure -- cumulative Balance....
    Could you suggest me ...How to proceed..
    I did not use any customer exits...
    I want to display only particular month data ...
    Help will be greatly appreciatede...
    This is veru urgent...
    Thanks in advance for your help....

  • Averaging multiple rows in Numbers '09

    Hello all, my question is this:
    Ive got a table with several thousand rows, and two columns. Column A is an identifier, and column B is a number associated with that identifier. However, there are some duplicates in column A, that have different respective numbers in column B. I want to go through these rows and average all values given for a certain duplicated identifier, and return that in a separate column. An illustration to explain better:
    original table:
    A B
    b0003 4
    b0003 5
    b0003 4
    b0001 1
    b0002 2
    output that i want:
    A B
    b0003 4.333
    b0001 1
    b0002 2
    possible?

    I can get you pretty close with the following:
    C2=A2
    C3=IF(A3="","",IF(COUNTIF(A$2:A2,A3)=0,A3,"")) fill down
    D2=IF(C2="","",SUMIF(A,C2,B)/COUNTIF(A,C2)) fill down
    This is if your data starts in row 2. It does not tighten it all up so the numbers are all together, there will be gaps if there are duplicate identifiers. If you did it in a separate table you could hide the blank rows.
    Formula in column C determines if the identifier is duplicated in a row above. If so it leaves C blank. If not a duplicate it copies the identifier to C.
    Formula in D says "if there is an identifier in C then add up all the values in column B for that identifier and divide by the number of times the identifier appears in column A. Otherwise leave D blank.

  • 2730 classic incoming calls numbers/names not stat...

    Hi!
    I recently received a Nokia 2730 as a gift.  I transferred my Orange sim card into this phone.
    The problem is that for incoming calls no name or telephone number is shown.  It just shows "Call 1" so I have no idea who is calling.  Phone numbers are also not stored in the Call Records, just "no number", so if I miss a call I have no idea who it was.  It makes no difference whether a number is stored in my contacts or not.
    How do I fix this so I can see who/what number is calling?
    Thanks for your help!

    1st check with orange to see if its set up for caller id
    2nd make sure you dont have duplicate contacts and check what memory your using either phone or sim memory of both
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • Mgcp gateway incoming & outgoing numbering plan

    dear sir,
    we wish to do as follows:-
    please share any idea.
    1. based on the attached configuration, we wish set configuration to only allow incoming call. any impact on that? what's the best way to configure it?
    2. we will have another cisco3725 with 80% similar configuration as no.1 and 2 new voice E1 pri line with 2 set of numbering plan at the cisco3725, we will set it for outgoing call.
    please advise your best idea to perform the above. thanks.

    This URl should help you:
    http://www.cisco.com/warp/customer/788/AVVID/cm_mgcp_intro.html

  • Days of Month corresponding week numbers

    Hi, I have a requirement to show day nos. (column 2_ )after Week column for example:
    Week       Days of Month                Vendor.         Revenue
    1             01 - 02                            Test              $ 2000.00
    2             07 - 13                            Test 1           $ 2500.00
    Week 1 for Jan 2011 is 2 days 1,2 Sat. - Sunday
    Week 2 for Jan 2011 is 7 days 7-13 Sat - Sunday
    I have the first column for week coming from BW now how I can calculate the second col days of Month. And I have to do this in webi.
    Any help will be appreciated. Thank you. Ali

    Have you tried in the second column this WebI function ?
    =DayNumberOfWeek([Date])
    I'm assumig you have a "date" dimension in the query where Week number comes from.
    If that's the case you can do this also:
    column1:
    WeekNumber..
    column2 :
    =Min(   FormatDate ([date];"dd")   )+" - "+Max(  FormatDate ([date];"dd")   )
    Edited by: PadawanGirl on Feb 4, 2011 8:03 PM

Maybe you are looking for

  • [K8N Neo2 Platinum] BSOD - have had enough of them!

    My first K8N Neo2 was a DAO - no current to the PCI slots. Got a new one as replacement, seemed to work fine. "Seemed", indeed. I've had plenty of sudden resets and BSODs. I've seen: STOP 0x000000FC (no error or driver named) STOP 0x000000EA in ATI2D

  • "Field Catalog not found" ...problem in ALV reporting !!

    Hi, When i execute my report program where in I generate a Selection screen, I am able to select the values in the selection screen. Once I click on the execute button I get the message "Field Catalog not found"... The elabore message is "Field Catal

  • How to hook video cameras to macbook air 11"

    I was wondering how to hook a hd video and sd camera to my macbook air 11".  I would like to use it for web cam, and high qualiy live feed to hdtv.

  • Find by methods

    I am doing some programming with CMP where i have one findBy Method , which is returning a Collection, By the way i have couple of get/set methods defined in the Bean implementation class , i need to access the get methods of which , kindly let me kn

  • Error when I try to run HTTP Server

    Hi there, I am trying to start HTTP server so that I may setup and use WorkFlow (Process Flows). I am using OWB 9.2 and Workflow 2.6.2 on Windows XP. Here is what I get when I start the HTTP Server: -------------------- in a DOS Window --------------