Weekly totals via daily totals

I am trying to have my weekly totals update as I input my daily totals. This is what I do now:
=SUM(Daily 2010::Totals :: C16:C22)
The only problem is when I drag down, instead of the next cell becoming C23:C29, it becomes C24-C30.
I'd rather not have to type in, or drag selected cells, for each week.
Thanks.

Companion Pet Hospital wrote:
I am trying to have my weekly totals update as I input my daily totals. This is what I do now:
=SUM(Daily 2010::Totals :: C16:C22)
The only problem is when I drag down, instead of the next cell becoming C23:C29, it becomes C24-C30.
I'd rather not have to type in, or drag selected cells, for each week.
Normal behaviour. When you move the formula down one row all cell references that are not absolute are incremented by one row.
To increment the row reference by seven, you'll need to use OFFSET and some extra math in the formula. Here's an example. Table 1 is on the left. The formula in Table 2::B2 can be filled down by dragging the handle.
For more about OFFSET (and the rest of the supported functions in Numbers), see the iWork Formulas and Functions User Guide. OFFSET is discussed on page 206, with description and some examples. The guide (and the equally useful Numbers '09 Users Guide) iis available through the Help menu in Numbers.
Regards,
Barry

Similar Messages

  • FOX: how to calculate weeks totals?

    All, I need to calculate the suggested order order quantity (KF = ZPOSUGQTY) for a vendor/material combination. For this I need to calculate,
    the total sales quantity (KF 0QUANTITY) of the last 4 weeks (so 'current week - 1' till 'current week - 4')
    the total sales quantity of week 5 till 9 (so 'current week - 5' till 'current week - 9')
    In my fields to be changed I have 0MATERIAL and 0VENDOR. 0CALWEEK is in the aggregation level. My plan is to get current week via the VARV/VARC statement from a Bex variable.
    I am not sure how to get the 4 week total and the 5-9 week total though. I start off with FOREACH MATERIAL VENDOR. But what would the code look after that?
    Any help appreciated! Cheers.

    Thanks Cornelia. I used the code below. It is not working though. I tried to debug it, there are a couple of problems
    - the IF statement on CALWEEK is not working, the program does not seem to be able to calculate lower/higher compared to eg
    CURWEEK1
    - I think the program is calculating the formula per week. What I need is calulate the total sales figures for the last 4 weeks, then total sales of week 5-9. When this is done execute the formula to calculate ZPOSUGQTY. So the formula should only be calculated once for a material. For this I should not have 0CALWEEK in my fields to be changed? How would a DO statement fit below? FYI I have omaterial and 0calweek in my fields to be changed.
    DATA MATERIAL TYPE 0MATERIAL.
    DATA CALWEEK TYPE 0CALWEEK.
    DATA TOT_SALES_1TO4 TYPE F.
    DATA TOT_SALES_5TO9 TYPE F.
    DATA CURWEEK TYPE 0CALWEEK.
    DATA CURWEEK1 TYPE 0CALWEEK.
    DATA CURWEEK4 TYPE 0CALWEEK.
    DATA CURWEEK5 TYPE 0CALWEEK.
    DATA CURWEEK9 TYPE 0CALWEEK.
    BRING IN CURRENT WEEK PLUS DERIVED WEEKS
    CURWEEK = VARV ('0CWEEK').
    CURWEEK1 = TMVL(CURWEEK, -1).
    CURWEEK4 = TMVL(CURWEEK, -4).
    CURWEEK5 = TMVL(CURWEEK, -5).
    CURWEEK9 = TMVL(CURWEEK, -9).
    *INITIALIZE THE LOCAL KEY FIGURES
    TOT_SALES_1TO4 = 0.
    TOT_SALES_5TO9 = 0.
    FOREACH MATERIAL, CALWEEK.
      IF CALWEEK <= CURWEEK1 AND CALWEEK >= CURWEEK4.
          TOT_SALES_1TO4 = TOT_SALES_1TO4 + {0ACT_DL_QTY, CALWEEK, MATERIAL}.
      ELSEIF CALWEEK <= CURWEEK5 AND CALWEEK >= CURWEEK9.
             TOT_SALES_5TO9 = TOT_SALES_5TO9 + {0ACT_DL_QTY, CALWEEK, MATERIAL}.
      ENDIF.
    ENDFOR.
    {ZPOSUGQTY, CALWEEK, MATERIAL} = (2 * TOT_SALES_1TO4 + TOT_SALES_5TO9 )/ 13.

  • Is there a way through parental controls to limit time by weekly totals?

    OK, so I am trying to limit time on the computer by hours per week instead of a daily total.  is there any way that anyone knows how to do this?
    For example, I would like to limit computer use to 3 hours total per week.
              That being said, I would like to 3 hours to be able to be used whenever.
    It could be monday morning for 3 hours, or friday for 3 hours.
    Or monday 1 hour, tuesday 1 hour, and wednesday 1 hour.
    however the user wants to spend their 3 hours.
    Anyone have any ideas?                          

    The sponsor is not happy for low res printing either. As an organisation we should be looking at DRM more closely, and we've added to the requirement with this problem. We are also going to look in to the option of attaching metadata and scanning that at our exit points (e-mail, printers, usb's, etc.) so that users have free reign internally but can't send sensitive documents out. Obviously it's all going to be very expensive!
    Cheers for the respones guys.

  • How do I create a timesheet on numbers that will give me a weekly total as well as an hourly total?

    I am currently enrolled in an internship, and I need to sumbit an timesheet every week, as well as one at the end of my internship showing the overall hours that I worked. How do I create a Time sheet that will show my start time, end time, total hours for the day, total hours for the week, and total overall hours. If possible can someone please show me step by step how to do this or give me a template I can go off of.

    Hi j,
    Take a look at the Employee Schedule template in the business section of the Template Chooser.
    With a few modifications, it should do what you need.
    Start by renaming the main table to reflect the new focus—you—then replace the names in row 1 with the Sunday dates of the weeks being recorded. Each column will then report your total house for one week (in row 25). You can use SUM() to total these in a separate cell or on a separate tabel.
    One caution:
    The values in the pop-up menus, like those in all cells showing either Date or Time values contain both a Date part and a Time part. Where only the Time part has been entered, the Date part is the Date on which the entry was created. For the pop-ups on this table, that was July 15, 2008, so the full value in cell C7 (John's first "In" time) is July 15, 2008 08:00:00. That full value is what's used in the calculation in C9.
    If you edit the pop-up menu lists, there are two things to be aware of:
    The "blank" item in the menus enters an empty string into its cell, not a true blank. You, as a user, cannot create an 'empty string' item in a popup menu. The closest you can come is an entry with a single space. If you edit the "blank" item, you will also need to edit the formulas in the hours rows to detect a space ( " " ) rather than an empty string ( "" ).
    If you add or change any 'time' items in the pop-ups, the new (or changed) items will contain 'today's' date as part of the value. To avoid unexpected results from calculations, you'll need to edit ALL or the 'time' items if you choose to edit or add one.
    Take a look at the template, then bring back any questions that arise.
    Regards,
    Barry

  • One DIMENSION, Two FACT Tables - One WEEKLY grain, one DAILY grain

    All the OBIEE gurus, thanks for checking out this post.
    Background: We have a common DIMENSION referencing two FACT tables having different granularity.
    DIM = Customer Dim
    FACT = Forecasting (Weekly granularity)
    FACT = Sales (Daily granularity)
    There is a need to report from the Customer Dimension table AND access the Forecasting FACT (weekly grain) & Sales FACT (daily grain).
    Example of query is listed below:
    Give me customer = 'ABC' and the forecast and sales for a specific time period.
    What will be the best way to handle something like this? I have seen examples of handing multi-fact table access in OBIEE but the granularity of both the FACT tables is different (weekly vs. daily).
    Any help with an example is greatly appreciated.
    Thanks,
    Sunshine

    Hi.
    This one:
    Joining different level aggregation measures together into a single logical fact table
    http://108obiee.blogspot.com/2009/07/joining-different-level-aggregation.html
    Regards
    Goran
    http://108obiee.blogspot.com

  • How do I reset Time Machine to back up weekly instead of daily

    I have Time Machine backing up to an external Seagate Drive and it has been working fine for a couple of years.
    I had it set to backup weekly and for some reason it is now doing a FULL backup every day!  Way too often for me.
    When I try to reset through System Preferences it looks for wireless Airport connection (which I don't have) and doesn't show the external drive, but obviously it is connected for Time Machine is backing up every day and I can see the data...
    any ideas as to what I am doing wrong and how I can fix it ?
    Thanks
    Rose

    Check thru Pondini's tips:
    http://pondini.org/TM/13.html
    http://pondini.org/OSX/Home.html
    Or you can go in to TM preferences and turn it off, then turn it on and run it when you want. (it will take longer)

  • Collecting user login counts hourly, daily, weekly

    I've been tasked to collect user login counts (hourly, daily, weekly) at each of our iMacs here in our computer lab (there's 25 iMacs).
    I've got Remote Desktop installed here on my workstation, and I KNOW there's a way to do it; is that a built-in feature of Remote Desktop, or is there a UNIX command I can send every hour to all of our computers and save the results?
    I'm hoping somebody can shed some light on this for me.

    Hi Ben,
    The "User History" report is the built-in feature you're looking for. Before it will be useful, you'll need to go into the Remote Desktop Preferences, Task Server tab, and select the "Collect User Accounting" option. Then you will need to make sure that the data collection policies of all the clients get updated. This is done most easily through the Get Info window.
    This report will collect raw data, but it isn't going to give you hourly, daily, and weekly totals.

  • Validate two sums and display total

    I have a form which sums numeric data (amounts) in both columns and rows. I need to verify that the sum of the row of totals and the sum of the column of weekly totals are identical and dsiplay the total in a single grand total field. Because the form was imported as a fixed field form Tables and Subforms are not available. I've set up individual fields for AllTotals and the WeeksTotal elsewhere on the form that I can make invisible thinking I could use an if expression but I can't figure out how to display the sum in the GrandTotal field. Any suggestions?

    Can you put a new Text Field on top of the area where the GrandTotal would appear? Kinda like putting a transparent film over the top of a picture and writing on that? (Or a new layer on top of an existing picture.)
    That's how we handle text field "hints" on our forms. There's a Text Field, and on top of that I put a Text Box. When the user enters that field, I make the box hidden.
    Would something like that work?

  • All-time total download and subscriber counts for iTunes U

    Hi!  I have a collection on iTunes U, and while the weekly reports are very useful, they only provide information for the stats for that week. 
    I need to find out how many total all time downloads and subscribers we have (I only need this number once - I can add the weekly total to that afterwards).
    So my question is basically how do I find the number of  total downloads and total subscribers we have for our collection since its inception.
    Thanks!
    Sarah

    Im havign the same problem!
    Any chance you've come across a solution?

  • Add A Total Row To SQL Server Pivot

    My pivot produces the desired outcome results, I just now need to add a row at the bottom that shows the Total Count for each week.  This is my query - what should I modify in order to have the Weekly Total displayed at the bottom?
    SELECT *
    FROM
    selecte case
    when a.businesssector Like 'AR%' THEN 'American'
    when a.businesssector LIKE 'CA%' THEN 'Canada'
    else a.businesssector
    end as [Sector],
    ID As [ID],
    CONVERT(VARCHAR(20), cal.CumulativeWeek) As [Week]
    FROM hellfire.Malone a
    INNER JOIN cal.calendar cal
    on a.saledate = cal.FullDate
    Where a.saledate is not null
    ) src
    pivot
    Count([ID])
    For Week IN ([1],[2],[3],[4],[5],[6],[7],[8],[9],[10],[11])
    ) piv

    Without DDL, I'd suggest you create your SQL as a CTE, then retrieve the results set from that and UNION ALL it to another SQL statement pulling from the same CTE that creates the SUMs grouped by the Week column.
    Thanks
    Carl

  • Daily, Weekly, Monthly, Yearly Backups & Tapes Pooling

    We are running number of servers, and have recently migrated from HP Data Protector to System Center DPM 2012 SP1. I am facing two issues here in which the potential solution is requested. I have created one Protection Group with 1 week retention for Daily
    Backup. Different selections or sources are part of this protection group from different servers.
    1. The issue # 1, is that when I wanted to create more Protection Groups for Weekly, Monthly and Yearly Tape Backups, then I could not select those volumes which are already part of Protection Group that I created for the Daily Backup (probably due to the
    reason that same data source can't be part of multiple protection groups). The data source selection will repeat in all protection groups, so please advise how can I achieve daily, weekly, monthly and yearly backups?
    2. Can I restrict some specific tapes (by allocating through bar codes) to each protection group so that only specific tapes will be used for daily, weekly, monthly and yearly backup? This way the offsite tape movement will also be achieved.
    Need solution on both issues. Please help.

    Hi,
    For item 1. use following PG settings. 
    1) In the protection group, select short term tape and long term protection.
    2) Select daily, only full backup, or Full plus incremental based on your needs.
    3) For the long term goals, select weekly, monthly, and yearly.
    For item 2. - there is no provision in DPM to specify certain tapes for each goal, but if you create a colocation PGset, you can specify how long to write to a tape and control if different goals use the same tapes or not by adjusting expiry tolerance.
    See Colocate data from different protection groups on tape
    http://technet.microsoft.com/en-us/library/jj628040.aspx
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • About APEX Calendar views (monthly, weekly, daily)

    Hi,
    How can I display a DAILY APEX CALENDAR?
    I read in some APEX-related articles that it is possible to have 3 different views: monthly, weekly, and daily.
    example 1. http://insum-apex.blogspot.com/2008/07/apex-calendar-enhanced-behavior.html
    example 2. http://examples.apex-evangelists.com/pls/apex/f?p=286:29:0:::::
    I tried to follow the directions given in one of those examples but I found out that the tags in my local environment differ from the ones shown in the example. I don't have the MONTHLY CALENDAR, WEEKLY CALENDAR and DAILY CALENDAR tabs mentioned in the example.
    Please help.

    Hi user10284066,
    Thank you for mentioning this link http://insum-apex.blogspot.com/2008/07/apex-calendar-enhanced-behavior.html
    in this forum. Helped a lot.
    For people who want to know where to find these tabs,
    Home>Application Builder>Application XXX>Shared Components>Templates
    select calendar and you must see those(monthly, weekly, daily) tabs under
    Home>Application Builder>Application XXX>Shared Components>Templates>Edit Calendar Template
    or upgrade to a newer version

  • Daily export backup (via datapump) of a 600GB production database

    Hi Guys,
    I have a 600GB DB.
    10G Database.
    Currently I have daily rman backup to tape.
    Based on your experience, should i bother to perform a daily export of production database of such size?
    Do u think it's useful?
    thanks

    Fran wrote:
    All depends, what do you want to do? Do you have enough space to save a backup and export daily?
    In my opinion with one backup is enough to save your database. I'm sorry, I can't agree with that. I've been in situations where the first, second and THIRD backup sources have been unavailable in the event of a Production restore. I had to go to Plan D and cross my fingers (and sweat a lot). That might be overkill, but you should never rely on just one backup method/source for Production data.
    Not only that, but, obviously, you can also use an export of the data and import into another database or a schema inside the database in case you need to address any logical corruption. We also use the exports to refresh test databases.
    We have many similar sizes of databases and we take exports weekly, instead of daily. An export will be an incomplete backup, obviously, though you can ensure consistency by giving it an SCN to use as a datapoint. You can also run Data Pump in parallel which does speed things up.
    If you use it as part of your backup strategy, I'd make sure I had regular backups of the parameter file and the controlfiles (both binary and trace). I'd also make sure I had regular txt files showing the necessary information for the tablespaces and the datafiles which you can use to recreate the files in case you needed to.
    Mark

  • Table where weekly and daily sales data is stored

    Can any one please tell me in which all tables i can get weekly and daily sales as i get in S001 which is period wise.

    S001 Table itself is based on date which you can segerate on week and further daily and may be month. This is communication struture table ,. For futther details look of s*** table if you dont fullfill your requirement
    reward points if useful
    rajesh

  • Daily and weekly split in MD67

    Hi All,
    We have one requirement. we give requirement as per the fiscal period. (transfered from APO)
    Foe some materails we want that this PIR is spllitted in daily requirement for next four weeks and in weekly requirement for 48 weeks after that.
    Can you please advice if this can be achieved by MD67. I tried this but requirement is splitted in weeks but the daily splitt is not happening.
    Thanks, 
    S J

    Try to configure OMPH.
    Create spliting rule with week in days = # of week for daily split, No of week = # of week for weekly split, Dist.W = GLEI (equal distribution), Dist.M = GLEI (equal distribution).
    For Distribution key, configure using path Production -> Production planning ->Demand Management -> Planned indep.mgmt. -> Automatic split -> Distribution function for auto split -> Distribution strategy
    Use your splitting rule in MD67 in Period Split field.
    Hope it helps.

Maybe you are looking for