+ Reply to Thread
Results 1 to 4 of 4

Formula to work out if a task should start next working day

  1. #1
    Registered User
    Join Date
    05-29-2016
    Location
    Sydney, Australia
    MS-Off Ver
    2016
    Posts
    2

    Formula to work out if a task should start next working day

    Hi,

    I have been trying to get this to work for awhile but not luck.

    I am developing a Go Live runsheet that lists each task, its duration, start time, finish time and dependencies.

    I want to build in some logic that says if a task is due to start after, say 5:00pm, then it reschedules for 9am the next business day. I have been trying to use the TIME function but to no avail.

    Any assistance is greatly appreciated.

    Regards,

    Brad

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: Formula to work out if a task should start next working day

    Something like this should work

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


    see attached file to see how it looks
    Attached Files Attached Files
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2021
    Posts
    6,006

    Re: Formula to work out if a task should start next working day

    Or ...

    =IF(MOD(A2,1)>=17/24,INT(A2)+1+9/24,A2)

  4. #4
    Registered User
    Join Date
    05-29-2016
    Location
    Sydney, Australia
    MS-Off Ver
    2016
    Posts
    2

    Re: Formula to work out if a task should start next working day

    Thank you for this.

+ 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. Calculate start date & time of task (working hours)
    By kaaver in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 03-30-2016, 10:56 AM
  2. Replies: 12
    Last Post: 01-25-2016, 10:53 AM
  3. Replies: 0
    Last Post: 11-17-2013, 10:21 AM
  4. Previous Task and Next Task buttons aren't working
    By top.C.Crets in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-07-2012, 08:27 AM
  5. Make 200 task: can you help me work out a formula to solve this quiz?
    By Alex Brown in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 11-02-2009, 08:04 AM
  6. Code to work out working days a task took
    By ianma in forum Excel General
    Replies: 1
    Last Post: 10-21-2009, 10:44 AM
  7. Is there a way to create a start task with task id 0
    By Love Excel in forum Excel General
    Replies: 0
    Last Post: 06-21-2009, 08:38 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