+ Reply to Thread
Results 1 to 3 of 3

Capacity Calculation

  1. #1
    Registered User
    Join Date
    09-24-2007
    Posts
    5

    Capacity Calculation

    I am trying to calculate total hours for each week by dividing total hours into 8 hour allotments and then calculate totals by week ending on Friday. I have been unsuccessful using IF functions with NETWORKDAYS. I have put in the values I need in yellow with no formulas. The finish date is actually calculated by a database I use and excludes weekends so I know when it needs to be complete. I need to find out how many hours of a job are allocated to each week if split by a weekend. Anyone got any ideas?
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    08-21-2006
    Location
    Ossett, West Yorkshire
    MS-Off Ver
    2003
    Posts
    150
    Hi
    I can't give you a all encompassing single formula but i can give you a formula for column E which is:

    =(7-WEEKDAY(B2))*8

    And in column F use formula:

    =(WEEKDAY(C2,2))*8

    Both formulea return the values you wanted
    Regards Howard

  3. #3
    Registered User
    Join Date
    09-24-2007
    Posts
    5
    Thanks I will start there. I can build in some logic using external data as well.Just trying to make it simple.

+ 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