+ Reply to Thread
Results 1 to 3 of 3

Sumifs Date Range Formula

  1. #1
    Registered User
    Join Date
    03-11-2012
    Location
    Sarasota, FL
    MS-Off Ver
    Excel 2007
    Posts
    7

    Sumifs Date Range Formula

    I am trying to create a formula to sum the values in a column based on a number of criteria and cannot seem to find an answer for it. I have attached the spreadsheet for reference. I am trying to have excel sum the data in row 4 of columns F through M (individually by column) if the Status (Column E) is not marked as "Done" and the Date (Column A) is in the past or within the next upcoming two weeks. (Example, if today is 4/11/13, I would want it to total anything with an earlier date and anything up to 4/25/13).

    I have a formula in place now that totals if it is not marked as "Done" and has a Date, although I cannot figure out how to make it add with the date range I specified. Any help is greatly appreciated!
    Attached Files Attached Files
    Last edited by robbiedew101; 04-11-2013 at 03:51 PM.

  2. #2
    Registered User
    Join Date
    04-04-2013
    Location
    Cicero, NY
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: Sumifs Date Range Formula

    Give this a shot: SUMIFS(F6:F101,$E6:$E101,"<>"&"*Done*",$A6:$A101,"<"&(TODAY()+15))

  3. #3
    Registered User
    Join Date
    03-11-2012
    Location
    Sarasota, FL
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Sumifs Date Range Formula

    Perfect! I was trying to get way too complicated with it, sometimes I just need to slap myself over the head!

    Thanks!

+ 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