+ Reply to Thread
Results 1 to 4 of 4

Sum of hours per tester

  1. #1
    Registered User
    Join Date
    02-04-2011
    Location
    NJ, USA
    MS-Off Ver
    Excel 2003 and 2010
    Posts
    4

    Smile Sum of hours per tester

    I would like to know how to add the total number of hours that each tester has, taking in consideration the following: a) The duration time for each course is in a cell by itself. b) Not all testers are taking all courses. c) Each tester will schedule an specific month as to when to take the test using the drop down table. Thanks in advance
    Attached Files Attached Files
    Last edited by cescal; 02-21-2011 at 04:33 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sum of hours per tester

    If you enter Tester 1 in B15 and Tester 2 in C15, then in B16 enter formula:

    =SUMPRODUCT(($A$4:$A$5=B$15)*($B$4:$F$5=$A16)*($B$2:$F$2))

    copied over to next column(s) and down
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    02-04-2011
    Location
    NJ, USA
    MS-Off Ver
    Excel 2003 and 2010
    Posts
    4

    Re: Sum of hours per tester

    thanks for the help in advanced. I used the formula that you provided and it worked great. I used it to total the number of hours assigned to each tester. I took the same formula and tried to apply it next to it to now total the number of training hours taken but it only gives me a total of zero. thanks again
    Attached Files Attached Files

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Sum of hours per tester

    You have to play with the ranges to ensure you have the offset in ranges and that the ranges are of equal widths...

    Try:

    =SUMPRODUCT(($A$4:$A$6=B$22)*($C$4:$K$6=$A23)*($B$2:$J$2))

+ 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