+ Reply to Thread
Results 1 to 7 of 7

Summarizing of columns for different days of month

  1. #1
    Charles
    Guest

    Summarizing of columns for different days of month

    I have an Excel spreadsheet with two columns. Column 1 contains a date e.g.
    01 Jan 2005, column 2 contains a number.
    The rows are organized by date. I can have variable number (rows) of days
    per month ... but all days are "bunched together"
    I would like to either create a new sheet where I have the days summarized,
    in other words I want one row to contain 01Jan2005 with the total of column 2
    another row with the total of 02jan2005 etc.
    I have been trying to figure this one out. Any help would be greatly
    appreciate it.
    Thank You!


  2. #2
    Forum Contributor
    Join Date
    12-02-2004
    Location
    London
    Posts
    255
    Could you not create a pivot table?

  3. #3
    Registered User
    Join Date
    01-27-2004
    Location
    UK
    Posts
    12
    Well...no - I don't think I can end up with the results that I need for this.

    I'll go and have a look at this to see if I can - so thanks for the prompt!

  4. #4
    Jason Morin
    Guest

    Re: Summarizing of columns for different days of month

    Try SUMIF. For example, let's say your dates are in col.
    A, values to sum in col. B, and all this is in a sheet
    named "mysheet". With a date in A1 of a new sheet, use:

    =SUMIF(mysheet!A:A,A1,mysheet!B:B)

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >I have an Excel spreadsheet with two columns. Column 1

    contains a date e.g.
    >01 Jan 2005, column 2 contains a number.
    >The rows are organized by date. I can have variable

    number (rows) of days
    >per month ... but all days are "bunched together"
    >I would like to either create a new sheet where I have

    the days summarized,
    >in other words I want one row to contain 01Jan2005 with

    the total of column 2
    >another row with the total of 02jan2005 etc.
    >I have been trying to figure this one out. Any help

    would be greatly
    >appreciate it.
    >Thank You!
    >
    >.
    >


  5. #5
    Gordon
    Guest

    Re: Summarizing of columns for different days of month

    Charles wrote:
    > I have an Excel spreadsheet with two columns. Column 1 contains a
    > date e.g. 01 Jan 2005, column 2 contains a number.
    > The rows are organized by date. I can have variable number (rows) of
    > days per month ... but all days are "bunched together"
    > I would like to either create a new sheet where I have the days
    > summarized, in other words I want one row to contain 01Jan2005 with
    > the total of column 2 another row with the total of 02jan2005 etc.
    > I have been trying to figure this one out. Any help would be greatly
    > appreciate it.
    > Thank You!


    Subtotals. Select the area of your data, then go to Data-Subtotals



  6. #6
    Charles
    Guest

    Re: Summarizing of columns for different days of month

    Gordon:
    Thank you for the info. What I failed to mention is that I would like for
    this to occur automatically. In other words I would just type a formula
    (without having to select the area I want to sum up), such as the formula
    would contain some kind of an IF stament assuming the row contains jan 1 2005
    data and row x contains jan 5 data etc.
    If you know the answer for this I would very much appreciate it.
    Thank You

    "Gordon" wrote:

    > Charles wrote:
    > > I have an Excel spreadsheet with two columns. Column 1 contains a
    > > date e.g. 01 Jan 2005, column 2 contains a number.
    > > The rows are organized by date. I can have variable number (rows) of
    > > days per month ... but all days are "bunched together"
    > > I would like to either create a new sheet where I have the days
    > > summarized, in other words I want one row to contain 01Jan2005 with
    > > the total of column 2 another row with the total of 02jan2005 etc.
    > > I have been trying to figure this one out. Any help would be greatly
    > > appreciate it.
    > > Thank You!

    >
    > Subtotals. Select the area of your data, then go to Data-Subtotals
    >
    >
    >


  7. #7
    RagDyeR
    Guest

    Re: Summarizing of columns for different days of month

    Say your original data list is on Sheet1, using Column A for dates, and
    Column B for numbers.

    On Sheet 2, enter your starting date in A1,
    And drag down to create your list of individual dates, as far as needed to
    match the date range on Sheet1.

    Enter this formula in B1:

    =SUMIF(Sheet1!$A$1:$A$50,A1,Sheet1!$B$1:$B$50)

    And drag down to copy as needed.
    --

    HTH,

    RD
    ==============================================
    Please keep all correspondence within the Group, so all may benefit!
    ==============================================


    "Charles" <Charles@discussions.microsoft.com> wrote in message
    news:3EF1DEC4-9A6A-4647-B59B-7C13468FE78A@microsoft.com...
    I have an Excel spreadsheet with two columns. Column 1 contains a date e.g.
    01 Jan 2005, column 2 contains a number.
    The rows are organized by date. I can have variable number (rows) of days
    per month ... but all days are "bunched together"
    I would like to either create a new sheet where I have the days summarized,
    in other words I want one row to contain 01Jan2005 with the total of column
    2
    another row with the total of 02jan2005 etc.
    I have been trying to figure this one out. Any help would be greatly
    appreciate it.
    Thank You!



+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1