+ Reply to Thread
Results 1 to 5 of 5

Excel Date formula exclude weekends

  1. #1
    Registered User
    Join Date
    03-22-2017
    Location
    New Britain, CT
    MS-Off Ver
    2016
    Posts
    34

    Excel Date formula exclude weekends

    I am working on creating a schedule manager at work. In the attached photo you should see the following:

    Remaining P.O. Qty - 2556
    Cycle time - 85 seconds
    Total Days to complete = =(((((Remaining P.o. Qty* Cycle time)*0.8)/60)/60)/9)
    Start Dates = Monday march 20, 2017
    End Date = =ROUNDUP(Days to complete,0)+Start Date

    I need the end date to exclude weekends. So shown in the photo is Sunday march 26, 2017

    I need it to read Tuesday.


    Thank you in advance for your assistance!
    -Mike

    Capture.JPG

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,434

    Re: Excel Date formula exclude weekends

    Use NetWorkDays. You can also specify a holiday list to exclude Bank Holidays, etc.
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    03-22-2017
    Location
    New Britain, CT
    MS-Off Ver
    2016
    Posts
    34

    Re: Excel Date formula exclude weekends

    Kind of worked.
    =NETWORKDAYS([@[Start Date]],[@[Start Date]]+(ROUNDUP(N8,0)+1))

    When Days to complete is 1 I need it to say end date Tuesday. Got that.

    When days to complete is 4 then End date stays at Thursday when it should be Friday.

    Not sure what I have wrong.

  4. #4
    Registered User
    Join Date
    03-22-2017
    Location
    New Britain, CT
    MS-Off Ver
    2016
    Posts
    34

    Re: Excel Date formula exclude weekends

    GOT IT!

    =WORKDAY([@[Start Date]],[@[Days to Complete]])

    Thanks for getting me in the right direction!!

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,434

    Re: Excel Date formula exclude weekends

    You're welcome.



    If you are satisfied with the solution(s) provided, please mark your thread as Solved.


    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save


    You may also want to consider thanking those people who helped you by clicking on the little star at the bottom left of their reply to your question.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] How do you exclude weekends from date formulas?
    By dajul73 in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 04-07-2014, 12:44 PM
  2. Replies: 6
    Last Post: 10-16-2013, 09:58 AM
  3. Date formulas that exclude weekends
    By bmarshall in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-06-2013, 02:19 PM
  4. Date caluclator to exclude weekends
    By singerbatfink in forum Excel General
    Replies: 5
    Last Post: 09-01-2011, 05:29 AM
  5. Formula to exclude weekends-that will calculate the due date
    By ieatbred in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-16-2011, 06:46 PM
  6. Exclude weekends in date counting
    By Ramzes in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-10-2009, 08:57 AM
  7. Date Calculation to exclude weekends
    By LinkOps in forum Excel General
    Replies: 4
    Last Post: 08-11-2009, 07:53 AM

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