+ Reply to Thread
Results 1 to 5 of 5

[Solved] SUMIF based on dates (month)

  1. #1
    Registered User
    Join Date
    12-10-2003
    Posts
    39

    [Solved] SUMIF based on dates (month)

    Excel 2007 - pretty basic question but just can't seem to find the right answer.

    Column A = Dates (10/01/10, 10/05/10, 06/15/10, 02/26/07)etc.)
    Column B = Values

    I'm trying to SUM column B based on all values in a given month.

    Thanks
    Last edited by Russell719; 10-19-2010 at 01:29 PM.

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: SUMIF based on dates (month)

    One way is to use SUMIFS functuion in Excel 2007. Put the 1st of the month to sum in C1 and use

    =SUMIFS(B:B,A:A,">="&C1,A:A,"<="&EOMONTH(C1,0))
    Audere est facere

  3. #3
    Registered User
    Join Date
    12-10-2003
    Posts
    39

    Re: SUMIF based on dates (month)

    Tried that got the , "You've entered too few arguments..."

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,720

    Re: SUMIF based on dates (month)

    Quote Originally Posted by Russell719 View Post
    Tried that got the , "You've entered too few arguments..."
    Are you sure you used SUMIFS? Because if you use SUMIF you will get a "too many arguments" error.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  5. #5
    Registered User
    Join Date
    12-10-2003
    Posts
    39

    Re: [Solved] SUMIF based on dates (month)

    Must have been it. Thanks to all !

+ 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