+ Reply to Thread
Results 1 to 6 of 6

How do I determine a specific date based on a number of business days?

  1. #1
    Registered User
    Join Date
    02-11-2010
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2003
    Posts
    3

    How do I determine a specific date based on a number of business days?

    I'm documenting the steps of a process with each step accounting for a specific amount of business days. How do I determine the specific business day based on the number of days it takes to complete a process? For example: Start date then 45 business days from that date the next step begins...then 3 business days from that date the following step begins and so on... Please help!!
    Last edited by mhodoh; 02-11-2010 at 05:23 PM. Reason: :)

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How do I determine a specific date based on a number of business days?

    Have a look at the Analysis Toolpak Addin function called Networkdays.

    Go to Tools|Addins and check Analysis Toolpak to have access to this function and many more....
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: How do I determine a specific date based on a number of business days?

    In this case I think you will want to use WORKDAY though like NETWORKDAYS this function forms part of the Analysis ToolPak.

  4. #4
    Registered User
    Join Date
    02-11-2010
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: How do I determine a specific date based on a number of business days?

    Thanks so much. I've added the analysis toolpak but still have not been able to come up with the correct formula to calculate the date. I've used the networkday formula for this process but it may not be the correct formula to use in this case. I have a list of processes that has the number of business days it will take to complete each process. I have an end date and have calculated the date that each process should take place however I did not include business days nor holidays in the date calculation. So I may have to start over but not certain how to calcuate the date based on business days to complete the process. For example my start date is 7/20/10 and it takes 45 days to complete this process. What formula would I use to determine what date is 45 business days from 7/20/10? This will be used for each step of the process which is roughly around 21 steps.

  5. #5
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: How do I determine a specific date based on a number of business days?

    Another ATP function... WORKDAY()

    Try:

    =WORKDAY(A1,B1)

    where A1 contains the start date and B1 the number of business days to add...

    Note: You can use the Holidays parameter here too.

  6. #6
    Registered User
    Join Date
    02-11-2010
    Location
    Louisville, KY
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: How do I determine a specific date based on a number of business days?

    That was it! Thanks so much!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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