+ Reply to Thread
Results 1 to 7 of 7

Calculate "available to start date" based on finish date of task predecessors

  1. #1
    Registered User
    Join Date
    03-30-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Calculate "available to start date" based on finish date of task predecessors

    Does anyone have any suggestions for a formula or approach (without any macros) that returns the answers in column F (available to start date) given the data in columns A-E. Additional columns can be added and there would not be more than 10 predecessors to any task.

    The "available to start date" for any task is defined as the day following the latest "finish date" of the predecessor tasks where the predecessors have the same project number.

    So for task 26 of project Beta the predecessors are tasks 8A and 9A. 9A has the latest finish date of 1/14/16 so the "available to start date" of Task 26 is one day later or 1/15/16

    If a task has no predecessor the available to start date should be either blank or zero.

    Here's a screenshot of the data and it is also attached as xlsx

    Any help would be greatly appreciated

    Capture.PNG
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    11-21-2013
    Location
    zimbabwe
    MS-Off Ver
    Excel 2003
    Posts
    124

    Re: Calculate "available to start date" based on finish date of task predecessors

    You try this for cell F2 then copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note: Confirm it with CTRL+SHIFT+ENTER
    Last edited by soledad; 09-30-2016 at 12:23 AM.

  3. #3
    Registered User
    Join Date
    03-30-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Calculate "available to start date" based on finish date of task predecessors

    Thanks Soledad - worked brilliantly!

  4. #4
    Registered User
    Join Date
    03-30-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Calculate "available to start date" based on finish date of task predecessors

    Quote Originally Posted by soledad View Post
    You try this for cell F2 then copy down
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note: Confirm it with CTRL+SHIFT+ENTER
    Sorry to have not asked this correctly in the first place, but how would the formula change if it had to allow for task names that are numbers or strings with an indeterminate number of spaces such as "Task 5A special","3b LTD","4B","4 B", "7"

    Thanks in advance

  5. #5
    Forum Contributor
    Join Date
    11-21-2013
    Location
    zimbabwe
    MS-Off Ver
    Excel 2003
    Posts
    124

    Re: Calculate "available to start date" based on finish date of task predecessors

    Quote Originally Posted by InnoGuide View Post
    Sorry to have not asked this correctly in the first place, but how would the formula change if it had to allow for task names that are numbers or strings with an indeterminate number of spaces such as "Task 5A special","3b LTD","4B","4 B", "7"

    Thanks in advance
    Hi InnoGuide
    if you have the tasks as "Task 5A special", "3b LTD", "4B", "4 B", "7" or etc...shall not affect the application of the above formula. You only need to pay attention to the following:
    -. The tasks in the "predecessors" column must be separated by at least one space and terminated by one comma "," right after it with no spaces, eg Task 5A special, 3b LTD, 4B, 4 B, 7
    - Each task in the "predecessors" must be exactly as it is seen in the "Task Name" column
    Hope you understand

  6. #6
    Registered User
    Join Date
    03-30-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Thumbs up Re: Calculate "available to start date" based on finish date of task predecessors

    Thanks Soledad - I've got a large data set and it looks like there may be a few that violate this - Thanks for your help and clarification

  7. #7
    Registered User
    Join Date
    03-30-2012
    Location
    United States
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Calculate "available to start date" based on finish date of task predecessors

    Quote Originally Posted by InnoGuide View Post
    Thanks Soledad - I've got a large data set and it looks like there may be a few that violate this - Thanks for your help and clarification
    Hi Soledad - the problem ended up being that there were blank rows at the bottom of the data set that could not be eliminated.

    Just used Cell X1=SUMPRODUCT(MAX((A$2:A$13<>"")*ROW(A$1:A$13))) to find the last row and then used the indirect function. So your formula became:

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Thanks again for all your help

+ 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. Outllok error !!!!"The end date you entered occurs before the start date".
    By hudson andrew in forum Outlook Formatting & Functions
    Replies: 1
    Last Post: 07-21-2016, 02:13 PM
  2. Replies: 5
    Last Post: 02-10-2016, 07:20 PM
  3. Does a task start or finish date fall within 3 month range of a specific date
    By jamesmcgallan in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-19-2015, 07:46 AM
  4. Replies: 1
    Last Post: 06-05-2014, 09:48 AM
  5. Calculate start date from finish date minus 14 working hours
    By PietBom in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-08-2014, 07:23 PM
  6. Replies: 0
    Last Post: 11-17-2013, 10:21 AM
  7. [SOLVED] How do i calculate work hours from only a start and finish date and time?
    By transitsolutions in forum Excel General
    Replies: 1
    Last Post: 02-28-2013, 03:39 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