+ Reply to Thread
Results 1 to 2 of 2

Calculate Future Date?

  1. #1
    Forum Contributor
    Join Date
    11-02-2010
    Location
    Philippines
    MS-Off Ver
    Excel 2003
    Posts
    353

    Calculate Future Date?

    Hi guys,
    Could you advise a formula to calculate a date added with 1.5 years?
    Example:

    Column A:
    January 1, 2011

    Result should be:
    Column B
    June 1, 2012

    Something like that.
    thanks in advance.
    Last edited by Andrew.Trevayne; 02-22-2011 at 11:04 PM.

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

    Re: Calculate Future Date?

    You marked this solved... is it?

    If not, then try:

    =EDATE(A1,18)

    this gives date 18 months after A1 (i.e. July 1, 2012).. if you want the prior month then:

    =EDATE(A1,17)

    Note: EDATE is an analysis toolpak addin function (Tools|Addins|Analysis Toolpak)
    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.

+ 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