+ Reply to Thread
Results 1 to 5 of 5

Adding partial days that cumulate with workdate

  1. #1
    Registered User
    Join Date
    03-26-2019
    Location
    Bozeman, MT
    MS-Off Ver
    10
    Posts
    3

    Adding partial days that cumulate with workdate

    Hi, I’m trying to build a spreadsheet that will calculate a schedule date for my business. I’m using workdate to eliminate weekends and holidays but we often have some jobs that are less then a full day. Alls well when the job is a whole number but when inputting fractions of a day my end date won’t move to the next day...for instance start date 3/26/19 add 1 day end date = 3/27/19 but when adding two or more jobs that are less then 1 day using a fraction of a day the formula will not give a cumulative end date. I need to be able to input .25, .50., 75 and whole days to obtain a projected installation date.
    Any help will be greatly appreciated.

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: Adding partial days that cumulate with workdate

    You could add another term which will add 1 if the fractional part of the days you are adding is greater than zero, i.e. something like:

    =your_existing_formula + IF(MOD(fractional_days_to_add,1)>0,1,0)

    It's difficult to be more precise, as you haven't given any information about which cells you are using, or the formula that you are using.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    03-26-2019
    Location
    Bozeman, MT
    MS-Off Ver
    10
    Posts
    3

    Re: Adding partial days that cumulate with workdate

    Pete, thanks for your reply... I’ve used =WORKDAY(L5,I5) L5 is the start date, I5 is the
    days where i’m entering either a whole number or a fraction of a day expressed in decimal or fractional form. And the end date is the result of the formula. The end date is then used to calculate the next days end date creating a schedule of weekdays for 30 days os more.
    I think I’ll need to use a different formula,one that will allow an accumulation of any fractions of a day. But then not sure how to eliminate weekends and holidays

  4. #4
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,737

    Re: Adding partial days that cumulate with workdate

    Try it like this:

    =WORKDAY(L5,I5 +(MOD(I5,1)>0) )

    Hope this helps.

    Pete

  5. #5
    Registered User
    Join Date
    03-26-2019
    Location
    Bozeman, MT
    MS-Off Ver
    10
    Posts
    3

    Re: Adding partial days that cumulate with workdate

    Pete, that didn’t seem to give me a change in results but I’ve found this formula which allows entry of hours. This might work for us
    Attached Images Attached Images

+ 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] Adding the correct number of working days to the chart, skipping off days
    By Vitalite in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-15-2017, 03:31 AM
  2. [SOLVED] Formula Help: Determine days total from arrival to current date then stop adding days
    By Vicious00013 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-14-2016, 12:45 PM
  3. [SOLVED] Cumulate items macro
    By andreyGMP in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-27-2014, 03:56 PM
  4. [SOLVED] Auto cumulate one cells data to a secondary cell.
    By ViciousxUSMC in forum Excel - New Users/Basics
    Replies: 2
    Last Post: 02-17-2014, 11:58 AM
  5. [SOLVED] Adding Total Number of Days Elapsed and Displaying >31 Days
    By cwwazy in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 07-03-2013, 08:18 AM
  6. Calculate vacation days taken or partial days
    By chris1965 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-20-2013, 07:18 PM
  7. How do I move formula to cumulate?
    By Diesel10 in forum Excel General
    Replies: 3
    Last Post: 11-10-2011, 01:04 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