+ Reply to Thread
Results 1 to 3 of 3

Workdays Including Start Date and Saturdays

Hybrid View

  1. #1
    Registered User
    Join Date
    04-05-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    22

    Workdays Including Start Date and Saturdays

    Hello,

    I was reading a previous thread on this but was having trouble with solution provided. I would like to set up a spreadsheet where I have a Start Date, Duration, and Finish Date. I want that when I put in a duration it will account for Saturdays and the actual date in which the activity starts.

    For Example,
    Start Date: 05/24/13
    Duration: 3
    Calculated Finish Date: 05/27

    The above example is how I would like the table to perform. The calculated finish date accounted for the actual day the activity started as well as Saturday.
    I’m not very good with VB functions and have no experience with array formulas so a detailed response would be greatly appreciated.
    A formula is preferred.

    Thanks in advance!

  2. #2
    Forum Expert Kevin UK's Avatar
    Join Date
    12-07-2010
    Location
    Radstock, Somerset
    MS-Off Ver
    365
    Posts
    1,922

    Re: Workdays Including Start Date and Saturdays

    Hi amoto

    As you have Excel 2010, try the WORKDAY.INTL function.
    Assuming the data is as follows.
    A1: Date
    A2: Number of days.
    =WORKDAY.INTL(A1,3,"0000001")-1
    Regards Kevin


    Merged Cells (They are the work of the devil!!!)

  3. #3
    Registered User
    Join Date
    04-05-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    22

    Re: Workdays Including Start Date and Saturdays

    That couldn't have been easier. Thank you for your help.

+ 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