+ Reply to Thread
Results 1 to 3 of 3

SUMIF(S) with date criteria

  1. #1
    Registered User
    Join Date
    02-09-2011
    Location
    New Jersey
    MS-Off Ver
    Excel 2010
    Posts
    22

    SUMIF(S) with date criteria

    I have a 'Detail' worksheet that I am trying to summarize on the 'Recap' worksheet based on Date and Category.

    -It's a large worksheet that is continually added to so i would like it to update as I enter new information
    -I would like to use the month() formula as one of the criteria as opposed to a ">=" & "<=" date criterias
    -With a SUMIF I can get the working Total without a date criteria, but my SUMIFS does not return the correct amount
    =SUMIF('Detail'!$E:$E,"A",Detail'!$D:$D)
    =SUMIFS('Detail'!D:D,'Detail'!E:E,"A",'Detail'!A:A,"month(1)")

    I have attached a sample sheet to show what it is I'm looking for. Thanks so much in advance!
    Attached Files Attached Files

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: SUMIF(S) with date criteria

    You can't with sumifs.
    You'd only be able to do the 2 criteria of >= and <=

    You could use sumproduct instead though.

    =SUMPRODUCT(--('Detail'!E:E="A"),--(MONTH('Detail'!A:A)=1),'Detail'!D:D)

    And even though it's allowed in XL2007+, I highly recommend NOT using entire column references like A:A.
    Use specific row #s like A2:A1000

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: SUMIF(S) with date criteria

    Please see attached file.
    Attached Files Attached Files
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] SUMIF within date criteria?
    By loshington in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 10-24-2013, 10:45 AM
  2. [SOLVED] Date Based SumIf Criteria
    By overbomb in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 10-24-2013, 08:25 AM
  3. Excel 2008 : SUMIF using Name and Date Range criteria
    By cloudydaysong in forum Excel General
    Replies: 8
    Last Post: 10-19-2010, 09:06 PM
  4. SumIf using date criteria range and one other criteria
    By DJTMONEY in forum Excel General
    Replies: 1
    Last Post: 04-20-2010, 04:10 PM
  5. help! on sumif w/ date using multiple criteria
    By japorms in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-31-2006, 04:34 PM

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