+ Reply to Thread
Results 1 to 3 of 3

Calculate workdays

  1. #1
    Registered User
    Join Date
    02-21-2020
    Location
    Connecticut
    MS-Off Ver
    Office 365
    Posts
    2

    Calculate workdays

    Hello,

    I have a production problem I have not been able to figure out.

    I have x number of jobs that are past due.

    I have y number of jobs that are due today and going forward.

    I can make z number of jobs per day.

    I need to calculate, from today, the date that all jobs will be complete.

    Work schedule is 1 shift, either 5 or 6 days per week.

    I have a list of holidays.

    I can't make sense of the WORKDAYS or NETWORKDAYS functions.

    I appreciate any assistance you can offer.

    Thank you,

    Randy

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,454

    Re: Calculate workdays

    Welcome to the forum

    Please attach a sample workbook (not a picture or pasted copy). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,758

    Re: Calculate workdays

    While we are waiting for you to attach your file, so we can give you a solution specific to your situation, here is how those two functions work.

    WORKDAY (not WORKDAYS) will take a start date, and number of working days, and tell you the end date. It counts Monday-Friday as working days.
    WORKDAY(startdate, days [, holidays])
    You may optionally add a range that contains a list of holiday dates.

    WORKDAY.INTL is available to specify working days other than Mon-Fri.

    NETWORKDAYS will take a start date and end date, and tell you how many working days there are between those two dates. (The way to read the name of this function is Net Workdays, not Network Days.)
    NETWORKDAYS(startdate, enddate [, holidays])

    I need to calculate, from today, the date that all jobs will be complete.
    Calculating the date is easy. You will use WORKDAY. The start date will be TODAY(). However, there is not enough information in your post to figure out how many working days remain for all jobs. So we will wait for your file to see how you are doing this.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ 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] Need help with formula to calculate workdays
    By kterziyski in forum Excel General
    Replies: 7
    Last Post: 10-24-2017, 02:19 PM
  2. Calculate workdays between two days
    By whatever61 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-23-2015, 08:40 PM
  3. VBA to calculate datediff in workdays
    By PhatRam32 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-12-2015, 12:28 PM
  4. [SOLVED] Calculate end of month less n workdays
    By BRISBANEBOB in forum Excel General
    Replies: 4
    Last Post: 06-26-2014, 02:37 AM
  5. [SOLVED] How to calculate workdays
    By mnur in forum Excel General
    Replies: 4
    Last Post: 10-08-2013, 09:55 AM
  6. [SOLVED] Calculate Workdays
    By mycon73 in forum Excel General
    Replies: 11
    Last Post: 12-28-2012, 01:38 AM
  7. How to calculate workdays in a month?
    By ExcelNewby in forum Excel General
    Replies: 4
    Last Post: 06-19-2008, 06:26 PM

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