+ Reply to Thread
Results 1 to 5 of 5

First add business days to a date (excluding weekends and holidays), then add regular days

  1. #1
    Registered User
    Join Date
    05-19-2014
    Posts
    2

    Question First add business days to a date (excluding weekends and holidays), then add regular days

    Need a formula that'll allow me to add days to a date and exclude weekends as well as federal holidays in the process.

    Example:
    If my date is March 25th, 2014 and I need to add 5 business days to it. The result I'm looking for is April 2, 2014 (not adding the weekends, March 29 and 30; also excluding March 31, a Federal Holiday).

    Want to just add "business" or "working day" to the date.

    In addition, would like to add days to the result above.

    Example:
    Would like to add 5 days to result of April 2, 2014 from above to get to the final result of April 7, 2014.

    Thanks very much in advance!
    Last edited by schien; 05-19-2014 at 04:28 PM. Reason: Solved!

  2. #2
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: First add business days to a date (excluding weekends and holidays), then add regular

    Firstly, welcome to the forum.

    WORKDAY is the function you need. You will need to list the federal holiday dates in a contiguous range of cells to start with. Assuming the date you want to add the days to (25 March 2014 in your example) is in cell A2 you need this formula
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope that helps.

  3. #3
    Forum Contributor
    Join Date
    10-11-2013
    Location
    California
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: First add business days to a date (excluding weekends and holidays), then add regular

    I'm not sure about your example. You say you want to add 5 working days to 4/2/14. The result should be 4/9/14. If this is what you want, here's the formula:
    Assuming 4/2/14 is in cell A1 and 5 is in cell B1, the formula in cell C1 would be =WORKDAY(A1,B1). If you are always adding 5 working days then you can remove the B1 in the formula and manually enter 5.

  4. #4
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: First add business days to a date (excluding weekends and holidays), then add regular

    As for the last part of your question, as Excel treats dates as whole numbers to add 5 days to a date simply add +5 to the end.
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    05-19-2014
    Posts
    2

    Re: First add business days to a date (excluding weekends and holidays), then add regular

    Thank you all for the prompt reply.

    gak67's formula: =WORKDAY(A2,5,[range of cells containing federal holidays])

    Worked like a charm! Thanks again!

+ 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] Calculating business hour between two days excluding holidays and weekends
    By christophertpj in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 06-13-2014, 09:00 AM
  2. Add X Days To Dates, Excluding Weekends and Holidays
    By sianjialin in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-07-2014, 11:46 PM
  3. trying to calculate regular days in date range excluding holidays
    By DKY in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-14-2008, 09:12 PM
  4. Calculate number of business days excluding weekends and holidays?
    By sethi85 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-07-2007, 02:11 PM
  5. [SOLVED] Formula for adding days to a date excluding weekends and holidays?
    By Jake via OfficeKB.com in forum Excel General
    Replies: 2
    Last Post: 01-25-2006, 04:03 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