+ Reply to Thread
Results 1 to 4 of 4

How do I count the number of people needed on a project over various days?

  1. #1
    Registered User
    Join Date
    05-13-2013
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    2

    How do I count the number of people needed on a project over various days?

    Schedule.xlsxSchedule.xlsxAttached is the spread sheet with the following problem:

    You have jobs 1-10 which have overlapping days in duration (input duration is in hours). In column M, you are supposed to see the number of men required to work each day (as a cumulative of all projects). I cannot get the numbers to work out correctly. Can someone please help? The 'corect' numbers are calculated manually in column O

    Thanks,

    Eric.
    Last edited by seppopovich; 06-17-2013 at 08:56 AM.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,794

    Re: How do I count the number of people needed on a project over various days?

    I don't see how your attached workbook relates to your question. Did you attach the wrong workbook?

    Pete

  3. #3
    Registered User
    Join Date
    05-13-2013
    Location
    Texas
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: How do I count the number of people needed on a project over various days?

    Okay, that should be it...sorry.

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,794

    Re: How do I count the number of people needed on a project over various days?

    Put this in M6:

    =SUMPRODUCT(J$6:J$15,(INT(H$6:H$15)<=N6)*(I$6:I$15>=N6))

    and copy down.

    Check some of your numbers in column O.

    Hope this helps.

    Pete

+ 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