+ Reply to Thread
Results 1 to 5 of 5

I have daily data...i want to turn into monthly by adding

  1. #1
    Registered User
    Join Date
    01-09-2010
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    22

    I have daily data...i want to turn into monthly by adding

    Hello,

    I have the following two columns:

    Date | Sales

    01-05-2009 | $50000
    . .
    . .
    . .
    . .
    . .


    I have this daily...and i want to combine the sales amount to monthly totals.

    How do I do that?

    thanks

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: I have daily data...i want to turn into monthly by adding

    There are multiple ways to achieve this.

    1. Pivot Table
    2. Sub-Totals Function
    3. Sumif function

    Basic Excel Training
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    01-09-2010
    Location
    New York
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: I have daily data...i want to turn into monthly by adding

    Quote Originally Posted by Palmetto View Post
    There are multiple ways to achieve this.

    1. Pivot Table
    2. Sub-Totals Function
    3. Sumif function

    Basic Excel Training
    I'm trying to use the SUMIF function shown here...http://www.dailydoseofexcel.com/arch...een-two-dates/

    =SUMIF(A1:A9,"<="&DATE(2004,4,2),B1:B9)-SUMIF(A1:A9,"<"&DATE(2004,3,29),B1:B9)

    Except it's not working.

    My dates are like this:

    03-18-2009
    03-19-2009
    .
    .
    .


    That's what show in the bar when i click on it also. How do i convert them so i can use that formula? Or make a new formula for me which would be amazing.

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: I have daily data...i want to turn into monthly by adding

    See attached example using SUMPRODUCT formula and Pivot Table (Sheet2).

    =SUMPRODUCT(--(MONTH($A$2:$A$61)=MONTH(D$1)),--($B$2:$B$61))
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    05-27-2010
    Location
    auckland
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: I have daily data...i want to turn into monthly by adding

    very helpful, cheers

+ 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