+ Reply to Thread
Results 1 to 3 of 3

Calculating a date 30 months ahead from a given date

  1. #1
    Registered User
    Join Date
    08-23-2006
    Posts
    1

    Calculating a date 30 months ahead from a given date

    Hi,
    I have a series of dates in a workbook and I need to place in an adjacent cell each of these dates plus 30 months. I am using Excel 2002. Is there a formula that I can use to quickly solve this problem. Any help given will be gratefully received.
    Thanks,
    Diarmuid

  2. #2
    Forum Contributor VBA Noob's Avatar
    Join Date
    04-25-2006
    Location
    London, England
    MS-Off Ver
    xl03 & xl 07(Jan 09)
    Posts
    11,988
    Try

    =DATE(YEAR(A1),MONTH(A1)+30,DAY(A1))


    VBA Noob

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675
    If you can use EDATE (which requires Analysis ToolPak add-in) then that's the simplest way

    =EDATE(A1,30)

    which doesn't always give the same results as

    =DATE(YEAR(A1),MONTH(A1)+30,DAY(A1))

    e.g. if A1 is 31st August 2006 then the first formula returns 28th Feb 2009, the second 3rd March 2009

+ 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