+ Reply to Thread
Results 1 to 7 of 7

DATE: Calculating date after "x" amount of days

  1. #1
    Registered User
    Join Date
    10-10-2013
    Location
    Bethesda, MD
    MS-Off Ver
    Excel 2007
    Posts
    10

    DATE: Calculating date after "x" amount of days

    I am trying to determine a formula that will tell me what the date will be 61 days and 90 days from a selected date. For example:

    A1: 04/11/2014
    A2: (Date 61 days from date in A1)
    A3: (Date 90 days from date in A1)

    Is this possible??
    Last edited by myoung5149; 04-11-2014 at 02:28 PM.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: DATE: Calculating date after "x" amount of days

    In A2, put =A1+61
    In A3, put =A1+90

    Format both cells as a Date.

  3. #3
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: DATE: Calculating date after "x" amount of days

    OR if you need to add number of month to A1 you can use this formula

    in A2 and drag formula down

    =EDATE($A$1,ROWS($A$1:A2))

    A
    1
    4/11/2014
    2
    6/11/2014
    3
    7/11/2014
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  4. #4
    Registered User
    Join Date
    10-10-2013
    Location
    Bethesda, MD
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: DATE: Calculating date after "x" amount of days

    Great! This was able to work for me, but is there any way to make it so if A1 is blank, so are A2 and A3? They are defaulting to 3/1/1900 and 3/30/1900

  5. #5
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: DATE: Calculating date after "x" amount of days

    Try

    =IF(A1="","",A1+61)
    =IF(A1="","",A1+90)

  6. #6
    Registered User
    Join Date
    10-10-2013
    Location
    Bethesda, MD
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: DATE: Calculating date after "x" amount of days

    Perfect! That worked! Thanks for the help!

  7. #7
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: DATE: Calculating date after "x" amount of days

    You're welcome.

+ 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] Number of Days between date but if cell has "na" go to next date
    By Bikeman in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-04-2012, 07:16 PM
  2. Replies: 1
    Last Post: 09-15-2010, 01:55 AM
  3. Replies: 1
    Last Post: 08-25-2010, 11:25 AM
  4. Date Range and Formula identifing "X" amount of days ahead
    By dagindi in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-07-2010, 08:42 AM
  5. [SOLVED] get a runing total for"curent date"or(cell)minus prev 30 days( cel
    By dustin in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-01-2006, 05:05 AM

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