+ Reply to Thread
Results 1 to 5 of 5

Define a 4 day work week

  1. #1
    Registered User
    Join Date
    07-09-2010
    Location
    LA, CA
    MS-Off Ver
    Excel 2003
    Posts
    23

    Define a 4 day work week

    Is there a way to redefine a work week to be 4-day (Mon-Thurs.).

    I need to calculate start and end dates based on a net amount of work days.


    For instance, if the start date is 8/9/2010 and the 'job' will take 14 working days (based on a 4-day week) what will be the end date?

    Thanks,
    Eitan

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Define a 4 day work week

    use networkdays() but in the holidays list also put all the fridays (you might need to activate the analysis tool pak add in;tools add-ins check the box next to analysis toolpak click ok)
    Attached Files Attached Files
    Last edited by martindwilson; 07-19-2010 at 07:33 PM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Define a 4 day work week

    Excel 2010 has a WORKDAY.INTL function which allows you to customise the working week but in Excel 2003 you can use a formula like this

    =SMALL(IF(WEEKDAY(A1+ROW(INDIRECT("1:"&B1*10)),2)<5,ROW(INDIRECT("1:"&B1*10))),B1)+A1

    confirmed with CTRL+SHIFT+ENTER

    where A1 has the start date and B1 the number of days to add
    Audere est facere

  4. #4
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Define a 4 day work week

    oops misread question !!!!!!!! so i gave you a completely wrong answer . oh well such is life

  5. #5
    Registered User
    Join Date
    07-09-2010
    Location
    LA, CA
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Define a 4 day work week

    Major Thank You!

    It worked like a champ. I am using OpenOffice and all I had to do is replace the , with a ;

    Thanks!!!

+ 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