+ Reply to Thread
Results 1 to 4 of 4

Sum product between specific dates

  1. #1
    Registered User
    Join Date
    04-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    17

    Sum product between specific dates

    Hi, currently what I have is a table where we list the date, hours either lost or gained during production, and then a reason why (ie. system issues). I have set up the formula =SUMPRODUCT((D4:D800="System Issues")*(C4:C800)) to tally up the overall total of the Hours Lost/Gained if the description is "System Issues"


    What I would like to add to this is for it to only count through the list if it falls in the specified range of dates that I have chosen. I have two cells (P1 which displays the start date "04/24/2013" and P2 which displays the end date "05/01/2013")

    can someone help me out?

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

    Re: Sum product between specific dates

    Assuming your dates are in column E

    =SUMPRODUCT((D4:D800="System Issues")*(C4:C800)*(E4:E800>=P1)*(E4:E800<=P2))

  3. #3
    Registered User
    Join Date
    04-14-2013
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    17

    Re: Sum product between specific dates

    That is perfect, thank you so much!

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

    Re: Sum product between specific dates

    Great, glad to help

+ 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