Results 1 to 5 of 5

Work Distribution over Weeks

Threaded View

  1. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,156

    Re: Work Distribution over Weeks

    hi JD, welcome to the forum. say Start date in A2 & End date in B2, then this will give you the days without Fridays:
    =SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A2&":"&B2)))<7))

    to obtain the Jobs per day is simply:
    =700/SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A2&":"&B2)))<7))

    you could even have a list of holidays, say in F2:F6 & this will calculate the number of holidays within your date range:
    =SUMPRODUCT(($F$2:$F$6>=A2)*($F$2:$F$6<=B2))

    so if you need to, you can combine the Jobs/(workdays - holidays)

    if you have Excel 2010, there is a new function NETWORKDAYS.INTL where you can choose workdays that is Sunday to Thursday.
    Attached Files Attached Files

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

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