+ Reply to Thread
Results 1 to 4 of 4

Start End Date calculation

  1. #1
    Registered User
    Join Date
    07-09-2007
    Posts
    79

    Start End Date calculation

    Hi,

    Need a formula that will generate the ending date of task, adding therefore if needed the number of weekend(s) in between the start and end date to the End date.

    e.g.:

    Let us say: task is starting in 2008/11/11 the duration of the task is 7 days. So, we should get an End Date= 2008/11/19.

    2008 11/11 11/12 11/13 11/14 11/15 11/16 11/17 11/18 11/19
    Tue Wed Thu Fri Sat Sun Mon Tue Wed
    Last edited by chamdan; 11-12-2008 at 01:20 AM. Reason: Correction

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    Hi Chamdan,

    Try the WORKDAY function, e.g.

    If your start date is in H2 (11/11/2008) and your task length is in I2 (7), then in J2 enter:

    =WORKDAY(H2,I2-1)

    This will return 11/19/2008. (Subtracted 1 from the task length because WORKDAY adds the number of days specified and doesn't include the starting date.)

    To use the WORKDAY function, you need to make sure the Analysis Toolpak add-in is loaded.

    Hope that helps!

  3. #3
    Registered User
    Join Date
    07-09-2007
    Posts
    79
    SolvedThank you Paul!

    Regards,

    Chuck

  4. #4
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887
    You're welcome, Chuck.

    To mark the thread solved, go back to the original post and click the Edit button, then click Go Advanced. Beneath 'Title', select [SOLVED] from the prefix drop-down box and click Save Changes.

    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