+ Reply to Thread
Results 1 to 3 of 3

days to dates

Hybrid View

  1. #1
    Registered User
    Join Date
    09-05-2006
    Posts
    13

    days to dates

    I need a little help. I want to create a spreadsheet that if given a start date will give you a forward date from a number, not counting weekends or holidays. This will be used to calculate lead times.

    ex. Start date 9/5/2006 days till due 15, it would return a date of 9/26/2006.

    Thanx for the help, in advance.
    Last edited by rkaiser; 09-05-2006 at 09:39 AM.

  2. #2
    Forum Contributor
    Join Date
    11-29-2005
    Posts
    142
    Try:

    =WORKDAY(A1,B1,Holidays)


    where A1 houses start date
    B1 houses number of elapse days
    Holidays is a named range including all the holidays to account for....this is optional and excel does not auto-include holidays.

    Workday() is an Analysis Toolpak addin function. You need to have it installed...Tools|Addins....Analysis Toolpak.

  3. #3
    Registered User
    Join Date
    09-05-2006
    Posts
    13

    Thank You

    Will have to figure the Holiday thing out later, but Thanx for the help.

+ 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