Grouping Weeks in Numbers

Hi Guys, I'd really appreciate your help.
I'm creating a spreadsheet which will simply record my business sales with dates, invoices numbers and the amount taken in.
I want to create a graph that will group together my WEEKLY sales. The problem is I can't find any way to group the weeks together? Does anyone have any good ideas for me?
Thanks alot. Dan.

Make another column that has the division to figure out what week that row belongs to. A summary table to sum/count/whatever by each week as its row header. Graph off of that. Its basically the manual way of creating a small pivot table from excel.
Hope that helps some,
Jason

Similar Messages

  • What's the  uses of "group" in "Document Numbering".

    What is the uses of "group" in "Document Numbering"?
    How can we link various "groups" to different "user"?
    How can I set, if I want some user to be restricted to a particular series?
    Pl Reply asap.
    Khushwant

    Hi Khushwant
    The solution is In the authorisation form,
    Go to the following module: Administration >System Initialization>Authorisations -->General Authorisations.
    In the Authorisations form select the simple user on the Left collumn and on the right of the form go to Administration --> System Initialization --> Series
    There you can determine the user's authorizations on particular series.
    Hope this was more helpful
    Regards
    George

  • Can you create groups on ipad numbers

    Is it possible to have rows grouped in numbers for IPad?
    I would like to do the following
    Customer 1
    Subdata 1
    Subdata 2
    Subdata 3
    Customer 2
    Subdata 1
    Subdata 2
    Customer 3
    Subdata 1
    Subdata 2
    Subdata 3
    Subdata 4
    Customer 4
    Subdata 1

    It should be something that you are able to do on the iPad, but you can't. Why, I don't know. That feature has been missing from iOS forever.
    There are a couple of third party apps that I know of .... But do not use myself ... That will let you creat groups and email to those groups, which you can't do with the built in mail app either.
    MailShot and Group Email with Attachments are the apps that you can look at.
    If you want to add your name to the list of those that would like to see the ability to do this in iOS .....
    http://www.apple.com/feedback/ipad.html

  • Can iCal show a years weeks in numbers?

    Hello! In Sweden most people plan their lives using the years weeks insted of months. Is it possible for iCal to also show a weeks number instead of only months, dates and days?
    We say for instance: - "Can you help me with... week 38?".
    It would be of great help if someone can help me with this!
    Tjenis,
    Mikael

    Hi DB,
    Just for interest then, as there seems to be some already on iCal Share.
    Best wishes
    John M
    --Copy below this line into Script Editor and click run --
    --Annual Week numbers
    --John Maisey
    --4/2/5
    set numberOfWeeks to 1000 -- change as needed
    set daysText to "MonTueWedThuFriSatSun"
    set aDate to (current date)
    set day of aDate to 1
    set month of aDate to January
    set aDay to weekday of aDate
    set weekNo to 1
    --Day of week as num. starting with 0
    set aDayText to (characters 1 thru 3 of (aDay as text)) as text
    set dayOff to ((offset of aDayText in daysText) - 1) / 3 as integer
    if dayOff is less than 5 then
         set StartDate to aDate - dayOff * days
    else
         set StartDate to aDate + (7 - dayOff) * days
    end if
    tell application "iCal"
         set newCal to make new calendar at end of calendars with properties {title:"Week No."}
         set myCal to (count of every calendar)
    end tell
    repeat with myCount from 1 to numberOfWeeks
         if (month of StartDate is December) and (day of StartDate is greater than 28) then set weekNo to 1
         if (month of StartDate is January) and (day of StartDate is less than 5) then set weekNo to 1
         set weekText to "Week No. " & weekNo
         tell application "iCal"
              tell calendar myCal
                   make new event at end of events with properties {start date:StartDate, allday event:true, summary:weekText}
              end tell
         end tell
         set weekNo to weekNo + 1
         set StartDate to StartDate + 7 * days
    end repeat
    --

  • Is it a way to group weeks into Months?

    I am looking to roll all the weeks into months. In my data i have defects that has a reported date. I'm trying to group all the defects for i.e. month of Oct, Nov, dec.....based on the reported date. The catch is i'm going back 3 years so I need to have the year at the end of every month. My data roll up should like.....
    Oct-09     8
    Nov-09     3
    Dec-09     6
    Jan-10     5
    Feb-10     3
    Mar-10     0
    Apr-10     3
    May-10     5
    Jun-10     4
    Jul-10     0
    Aug-10     7
    Sep-10     0
    Oct-10     1
    Can anybody help me with a formula for that?
    Thanks,

    try this
    Sum(Count(defects_id by Week) by Month_Year)
    Thanks,
    Vino

  • Digit grouping for large numbers

    Hi,
    Is there a way in APEX to display large numbers with digit grouping?
    E.g. to display "ten millions" as 10'000'000 and not simply as 10000000.
    I didn't find anything neither in APEX (3.0) nor in my browser settings (Firefox 2.0). And I guess the database settings don't matter in a web environment. How is that handled in web applications?
    Thanks for any response,
    Roger

    Hello Mike,
    Thank you for your tip! It worked fine in the tabular form with its report region.
    However, how would you do that in a single record form with its form region? I looked in the attributes of the items and the region and could not find the corresponding. The closest possibilities I found were fields in the "edit item page" (under "elements") to manipulate HTML attributes.
    Can this display formatting be done via HTML? And if not, how else?
    Thanks in advance,
    Roger

  • For around 4 week all numbers that call my phone show up as 'unknown'. Help.

    For around 4 weeks everyone that calls me, including my contacts, every call shows up as 'unknow' I really don't like to answer every call. I called EE about 2 weeks ago and they said they know of this issue and are working on it, but for 4 weeks? they don't update you or let you know they're working on it, I don't know if this is really a known issue or if EE of trying to just get rid of me on the call.

    Hi ,
    Thanks for joining the Community.
    This problem is still under investigation and we hope to have a fix put in place very soon.
    I will let you know as soon as I get any further updates.
    Thanks for your patience.
    James

  • Most recent date from a colum, group by numbers.

    I want to get the most recent 3 dates from a colum group by account numbers.
    for a account number what are my 3 recent dates. i only need to see the 3 recent dates. for e.g
    Account_number DATE
    1011001002117010     010607
    1011001002117010     010507
    1011001002117010     300307
    1011001002117010     010307
    1011001009077015     010607
    1011001009077015     010507
    1011001009077015     300307
    1011001009077015     010307
    i want to pick up the 3 recent date from the date column
    ( 01/06/07,01/05/07,30/03/07 ) for both the account number.
    Please help me with how do i get that using a select statement.
    Thanks in advance
    ahmed

    Hi,
    Use the following query. This may probably help.
    select account_number, date
    from
    (select account_number, date, row_number() over (partition by account_number order by date desc) rn
    from <your_table_name>)
    where rn <= 3;
    Regards,
    MAK
    Message was edited by:
    user545088

  • Re-numbering the Group Number

    I have included Special Field "Group Number" in my report which comes up as 1, 2, 3, etc.
    However, I need the group numbers as A), B), C), etc. I tried creating a formula (IF-THEN-ELSE) but I cannot see the Group Number field for selection.
    Q1. Are special fields not available to be included in other formulae?
    Q2. How do I achieve this group re-numbering?
    Thanks,
    Ajay Audich

    Hi Jason,
    Thanks for dot-rpt. It helped me understand.
    What you have done is basically created a formula for the groups. I am using available field in the table "Item Group" as a grouping in my report and then used the ready-made Special field "Group Number" which gives me 1, 2, 3, and so on.
    If I use your logic, I will have to create a formula for groupng instead of using the table field Item Group for grouping. In other words, I will have to create a formula IF Item Group=Group1 then "A)" and so on.
    The problem with this solution is that not all Item Groups appear on my report. My report groups are then numbered as A) followed by D) and so on because of missing Item Groups B) and C).
    Any solution that will work must somehow refer to the special field Group Number - otherwise it looks like it may not work.
    Any ideas?
    THANKS.

  • How to display page numbers based on group

    Hi All,
    I have a report and it consists two groups. First group is displaying 20 pages and the second group is displaying 30 pages. My requirement is to display the page numbers based on the group. That is, the second group output page numbers should start with 1 after displaying first group output. So, the page numbers should be as followed in the report output:
    First group page numbers:
    Page 1 of 20
    Page 2 of 20
    Page 20 of 20
    Second group page numbers:
    Page 1 of 30
    Page 2 of 30
    Page 30 of 30
    How do I achieve the above requirement.
    Thanks in advance.

    When you set the source to "Page Number" for a displayed field, an extra attribute appears on the property palette of "Page Numbering". If you click on this you'll see that you can cause it to reset on a group.

  • I've got my contacts in groups in my address book, i've just dragged and drop over to a numbers doc and they have disappeared..help!

    I've got my contacts in groups in my address.
    I've just dragged and dropped a group into a numbers doc and the process has gone wrong!
    I've got the email addresses on the numbers doc but the group in basically empty...help
    I've done something silly...but what?

    I beleive they were synced with iCloud before I ran out of storage I then backup to my PC periodically.
    My contacts switch is off, I have now slid this across and no contacts have come back. Is there any other steps necessary for me to take? Switch my phone off or reset again?
    Thanks for your assistance!

  • How can I make a column of sums out of a repeating pattern of 24 changing numbers

    How can I make a column of sums out of a repeating pattern of 24 changing numbers in Numbers.
    I have a long list of 8760 numbers of which I need to take the sum (and store in a column) of each 24 numbers.

    Here's one way. I've reduced the example, taking groups of five numbers from a set of 20. I've used 3 as the data number in all cases to make the sum easily recognizable.
    Original column of numbers in Data::column A.
    Data::B2 (and filled down): =QUOTIENT(ROW()+3,5)
    This adds 3 to the row number, then divides by 5, returning the quotient and ignoring the remainder.
    The result is a 'group number' for each group of five rows.
    Sums of each group are reported in the Sums table.
    Sums::A2 (and filled down): =ROW()-1
    Sums::B2 (anf filled down): =SUMIF(Data::$B,A2,Data::$A)
    For your example, assuming the 8760 numbers are listed in column A of a table named Data, starting at cell A2:
    Add a second column to the table (column B).
    In B2 enter the QUOTIENT formula above, with these two revisions:
    =QUOTIENT(ROW()+22,24)
    Fill down to all cells in the column.
    Provided you have named the first table "Data", both formulas in the Sums table will be as written above. You will need to extend the Sums table to 366 rows (including the Header row) to accommodate all 365 groups of 24.
    Regards,
    Barry
    PS: For details on the functions used, see the iWork Formulas and Functions User Guide. You can download the guide via the Help menu in Numbers '09.

  • Is there a way to create address labels using data from a Numbers document?

    I'd like to print mailing labels for holiday cards and my wife created the list in a Numbers spreadsheet.
    Is there any way to export to Pages or some other label printing application?
    Thanks.

    Righty-ho. This is based on a spreadsheet like this with named columns in Numbers 3.5. (The rows must be consecutive - the script moves on as soon as it sees an empty row):
    With the spreadsheet open, run the following AppleScript. It will create a group called Christmas List in Contacts, and then import the name and address data from the spreadsheet, adding each person to the group:
    tell application "Numbers" to tell front document to tell active sheet to tell table 1
      set all_contacts to {}
      set row_count to count rows
      repeat with each_row from 2 to row_count
      set nu_contact to {}
      set first_name to value of cell each_row of column "First"
      if first_name is missing value then exit repeat
      copy first_name to end of nu_contact
      copy (value of cell each_row of column "Last") to end of nu_contact
      copy (value of cell each_row of column "Address1") to end of nu_contact
      copy (value of cell each_row of column "Address2") to end of nu_contact
      copy nu_contact to end of all_contacts
      end repeat
    end tell
    tell application "Contacts"
      set group_exists to (every group whose name is "Christmas List")
      if the result is {} then
      make new group at end of groups
      set name of the result to "Christmas List"
      save
      end if
      repeat with each_contact in all_contacts
      activate
      set nu_person to (make new person with properties {first name:item 1 of each_contact, last name:item 2 of each_contact})
      save
      make new address at end of addresses of nu_person with properties {street:item 3 of each_contact, city:item 4 of each_contact}
      save
      add nu_person to group "Christmas List"
      save
      end repeat
    end tell
    Contacts will look like this:
    With the Christmas List group selected in Contacts, go to the Print menu and choose the label format you want:
    Once the labels are printed, select all the names in the Christmas List Group and press the delete key:
    Click the middle "Delete" button and the contacts will be gone.You can then delete the Christmas List group itself.
    This can also be done in Numbers 09, but the script would have to be modified slightly.
    Hope it helps,
    H

  • Error in Opening Document - error messgae as "First Define Numbering Series

    Dear All
    With new financial year starting one of our customer define new posting periods (12 periods for each month) and assigned one period indicator for all the periods. They also defined some user groups and assigned this groups to document numbering series for that user. Now while opening the document (e.g. Sales Order) for that user system displays the following message:
       "To generate this document, first define the numbering series in the Administration module"
    Therefore user can not open the document. Same procedure was followed in previous period also without any error.
    Please suggest procedure to be followed.
    Thanks & with regards
    Aloke Bandyopashyay

    Hi
    PLs find this link takes to you to authorization Document, as you said cant be given full authorization to all, But you should know proper knowledge before giving authorization bcoz all modules are interlinked. SO pls go through the document first :
    https://websmp208.sap-ag.de/~form/sapnet?_FRAME=OBJECT&_HIER_KEY=701100035871000529280&_SCENARIO=01100035870000000183
    https://websmp208.sap-ag.de/~sapidb/011000358700001216762007E/HowTo_DefAut_2007A_B.pdf
    For to access Both u should have S user Id.
    Giridharan V

  • How to suppress a group with a sum of $0

    Post Author: MarkO
    CA Forum: General
    Hi
    I am trying to develop a report with groups of account numbers and amounts.  The detail section is suppressed leaving only the group footer showing the account number and group total $.  I would like the report to only show groups where the total $ is not equal to $0 without leaving any gaps or spaces in the report.  BTW I am fairly new to crystal reports.
    Thanks,
    Mark

    Post Author: Aron Sereny
    CA Forum: General
    this is really easy to do,   you need to bring up the section expert and in there under the formule for suppress enter your suppress condition...somethink like
    sum( account) = 0
    the suppress needs a boolean, so this will return a true or false

Maybe you are looking for

  • Ipod isnt being recognized by computer PLEASE HELPPP

    ive never had a problem with my IPOD nano before and now suddenly it wont seem to load my songs and isnt recognized by my compuer, but it will charge on my computer.[even though it is fully charged] the wierd thing is, my ipod mini is recognized but

  • Is there an app or way to monitor my teens texts

    Is there an app that allows a parent to monitor there child's text or activity

  • Update Document problem

    Hi, I am trying to update an existing document in a container using a query, and being more specific i want to add a new node in the document. I've tried to do it using XmlModify : try {      XmlUpdateContext updateContext = mgr.createUpdateContext()

  • TRIGGER a view for keeping automatically ip connection

    Hi to all, i've founded that this query give you the ip of current machine: select sys_context('userenv','ip_address') from dual; But this is not my purpose or better: the best solution i see for my need would be to trigger an internal table insertin

  • Production and development OBIEE on same host

    Hi! I have a problem! I installed with different users (oracle and bitest) one ias 10.1.3.1 and BIEE 10.1.3.3.2. The installation finished successfull without errors and warnings. I can start The IAS instances successfull and they work fine. But. I s