+ Reply to Thread
Results 1 to 3 of 3

Incorrect Sumproduct Array

  1. #1
    Registered User
    Join Date
    10-14-2009
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    43

    Incorrect Sumproduct Array

    Hi --

    I am trying to sum up the total number of hours consumed on a particular activity within a specified period.

    =SUMPRODUCT(($C38:$C176>=$B7)*($C38:$C176<=$C7)*($B38:$B176=$D5))

    Unfortunately, the formula above gives me the total number of activity and NOT the total number of hours within a specified period.

    I attached the file I'm working on as reference.

    Your help is very much appreciated.

    Thanks in advance.

    Maiyk
    Attached Files Attached Files
    Last edited by ltmaiyk; 10-23-2009 at 12:31 PM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Incorrect Sumproduct Array

    To go from a multi conditional "countif" test to a multi conditional "sumif" add the summation range...

    =SUMPRODUCT(($C38:$C176>=$B7)*($C38:$C176<=$C7)*($B38:$B176=D$5)*$F$38:$F$176)

    to show output in time format, apply a custom format to the cell of: [hh]:mm

  3. #3
    Registered User
    Join Date
    10-14-2009
    Location
    Manila, Philippines
    MS-Off Ver
    Excel 2003
    Posts
    43

    Re: Incorrect Sumproduct Array

    Thank you so much.

    I will remember that! Will change the status to SOLVED shortly..

+ 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