+ Reply to Thread
Results 1 to 9 of 9

Week starts on Saturday - Working days

  1. #1

    Week starts on Saturday - Working days

    Does anyone have a function, or know where I could get one
    for this problem?

    My week starts on Saturday and finish on Wednesday. My week-end is
    Thursday and Friday.

    I want to calculate the working days but NETWORKINGDAYS consider Sunday
    or Monday as first day of the week.

    Thank in advance for your help


  2. #2
    Tom Ogilvy
    Guest

    RE: Week starts on Saturday - Working days

    If you are not using holidays

    =NetWorkdays(StartDate-2,EndDate-2)

    If you are using holidays, then adjust the dates of the holidays to match.


    --
    Regards,
    Tom Ogilvy



    "[email protected]" wrote:

    > Does anyone have a function, or know where I could get one
    > for this problem?
    >
    > My week starts on Saturday and finish on Wednesday. My week-end is
    > Thursday and Friday.
    >
    > I want to calculate the working days but NETWORKINGDAYS consider Sunday
    > or Monday as first day of the week.
    >
    > Thank in advance for your help
    >
    >


  3. #3

    Re: Week starts on Saturday - Working days

    hello Tom,

    Thanks a lot. If I quote your formula I receive 3 working days but if I
    quote your modified formila such as : =NETWORKDAYS(C14-5,D14-5) I
    received a good result.
    try with start date March 18 and end date March 29
    Regards,
    Patrick


  4. #4

    Re: Week starts on Saturday - Working days

    hello Tom,

    Thanks a lot. If I quote your formula I receive 3 working days but if I
    quote your modified formila such as : =NETWORKDAYS(C14-5,D14-5) I
    received a good result.
    try with start date March 18 and end date March 29
    Regards,
    Patrick


  5. #5
    Tom Ogilvy
    Guest

    Re: Week starts on Saturday - Working days

    You got the concept.

    --
    Regards,
    Tom Ogilvy


    "[email protected]" wrote:

    > hello Tom,
    >
    > Thanks a lot. If I quote your formula I receive 3 working days but if I
    > quote your modified formila such as : =NETWORKDAYS(C14-5,D14-5) I
    > received a good result.
    > try with start date March 18 and end date March 29
    > Regards,
    > Patrick
    >
    >


  6. #6
    Bob Phillips
    Guest

    Re: Week starts on Saturday - Working days

    It should have been =NETWORKDAYS(C14+2,D14+2)

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    <[email protected]> wrote in message
    news:[email protected]...
    > hello Tom,
    >
    > Thanks a lot. If I quote your formula I receive 3 working days but if I
    > quote your modified formila such as : =NETWORKDAYS(C14-5,D14-5) I
    > received a good result.
    > try with start date March 18 and end date March 29
    > Regards,
    > Patrick
    >




  7. #7

    Re: Week starts on Saturday - Working days

    Bob,

    Both gave the same result

    Thank Patrick


  8. #8

    Re: Week starts on Saturday - Working days

    Thank both of you

    I wish to help you one day

    Patrick


  9. #9
    Bob Phillips
    Guest

    Re: Week starts on Saturday - Working days

    Because 5 is 7-2 (7 days a week).

    --
    HTH

    Bob Phillips

    (remove xxx from email address if mailing direct)

    <[email protected]> wrote in message
    news:[email protected]...
    > Bob,
    >
    > Both gave the same result
    >
    > Thank Patrick
    >




+ 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