+ Reply to Thread
Results 1 to 3 of 3

Work Week Date Calculation

  1. #1
    Registered User
    Join Date
    07-01-2014
    Location
    Houston, Texas
    MS-Off Ver
    2007
    Posts
    3

    Work Week Date Calculation

    Hi,

    I've been stuck on this problem longer than I expected and am reaching out for help.

    I am working on a project planning spreadsheet where I am inputting planned effort in work days, and a start date, and I want to calculate the end date. The tricky part is that I am only inputting work days, and not weekends. I am also using a work week format to express the dates, so Tuesday July 1, 2014 would be expressed as 27.2 because it is the 27 week of the year and Tuesday is the 2nd day (assuming Monday is the 1st day).

    An example of what I expect to achieve is below:

    TASK EFFORT (input) START DATE (input) END DATE (output)
    Task A 3 24.1 24.3
    Task B 3 24.5 25.2
    Task C 20 25.3 29.2

    Anyone have a suggestion or even better, the universal formula I could use to get the correct result?

    Thanks in advance!

  2. #2
    Registered User
    Join Date
    07-01-2014
    Location
    Houston, Texas
    MS-Off Ver
    2007
    Posts
    3

    Re: Work Week Date Calculation

    I thought I would include this in case it is helpful to solve my problem. If you want to calculate the calendar date from the week.day format you need to use the following equation: =((C2-(MOD(C2,1)))*7)+(MOD(C2,1)*10)+DATE(2014,1,1)-10
    This will give you the result 06/09/14 for 24.1.


    A B C D
    1 TASK EFFORT (input) START DATE (input) END DATE (output)
    2 Task A 3 24.1 24.3
    3 Task B 3 24.5 25.2
    4 Task C 20 25.3 29.2

  3. #3
    Registered User
    Join Date
    07-01-2014
    Location
    Houston, Texas
    MS-Off Ver
    2007
    Posts
    3

    Re: Work Week Date Calculation

    I figured it out. It was quite simple. I just didn't know those formulas existed in excel.

    Calculation of calendar end date given calendar start date and days effort: =WORKDAY(calendar_start_date, days_effort-1)
    Conversion of week.day format given calendar end date: =WEEKNUM(calendar_end_date)+((WEEKDAY(calendar_end_date)-1)/10)

    I guess I just needed to talk through it to figure it out...

+ 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] Work Week Hours Calculation problem
    By laughingasian in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-23-2012, 11:32 AM
  2. Week wise date calculation formula
    By kishoremcp in forum Excel Formulas & Functions
    Replies: 17
    Last Post: 10-05-2012, 11:49 PM
  3. Having problem work on a date to work on 1 to 18 week
    By micope21 in forum Excel General
    Replies: 7
    Last Post: 01-15-2012, 05:41 PM
  4. Converting date to Work Week
    By pstritt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-01-2007, 07:29 PM
  5. Converting Date to Work Week...
    By PokerZan in forum Excel General
    Replies: 4
    Last Post: 09-01-2005, 05:05 PM

Tags for this Thread

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