+ Reply to Thread
Results 1 to 4 of 4

Projecting future date

  1. #1
    Registered User
    Join Date
    10-02-2006
    Posts
    2

    Projecting future date

    I am trying to come up with a formula to automatically project a future date that includes weekends and holidays.

    For instance, if A1 = 10/02/2006 (current date, or a past date)

    A2 = 60 (or the amount of days)

    B1 would show the new date

    This would save a lot of time for our staff as they are currently hand counting on a calendar!

    Thanks!

  2. #2
    Forum Contributor kraljb's Avatar
    Join Date
    05-26-2004
    Location
    Illinois
    MS-Off Ver
    2007 (recent change)
    Posts
    256
    Have a list of Applicable Holidays somewhere... (Sheet2!$A$1:$A$100 for my example

    =WORKDAY(A1,A2,Sheet2!$A$1:$A$100)

    Hope that helps...

    John

  3. #3
    Registered User
    Join Date
    10-02-2006
    Posts
    2
    This solution did not work for me. Any other ideas? Again just to reiterate. We have tasks that come in on a certain date. From that certain date we would like to project 60 days out and automatically assign a date when its due.

    Thanks!

  4. #4
    Forum Expert oldchippy's Avatar
    Join Date
    02-14-2005
    Location
    Worcester, UK
    MS-Off Ver
    Excel 2007 (Home)
    Posts
    7,097
    Quote Originally Posted by jdulac
    I am trying to come up with a formula to automatically project a future date that includes weekends and holidays.

    For instance, if A1 = 10/02/2006 (current date, or a past date)

    A2 = 60 (or the amount of days)

    B1 would show the new date

    This would save a lot of time for our staff as they are currently hand counting on a calendar!

    Thanks!
    Hi jdulac,

    Try this

    =A1+A2

    oldchippy

+ 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