+ Reply to Thread
Results 1 to 3 of 3

Leap year date problem

  1. #1
    Forum Contributor
    Join Date
    12-16-2005
    Posts
    161

    Leap year date problem

    I have a date inserted in cell a1 (28/2/2007). In cell A2 I want the date at the end of Feb 2008. I am using the following formula:

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

    The date returned is 28/2/2008. This should be 29/2/2008

    Any ideas how to overcome this??

    Cheers

    Peter

  2. #2
    Dave Peterson
    Guest

    Re: Leap year date problem

    =date(year(a1)+1,month(a1)+1,0)

    The zeroeth day of any month is the last day of the previous month.

    (Same with months and years--the zeroeth month of any year is December of the
    previous year.)

    "peter.thompson" wrote:
    >
    > I have a date inserted in cell a1 (28/2/2007). In cell A2 I want the
    > date at the end of Feb 2008. I am using the following formula:
    >
    > =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))
    >
    > The date returned is 28/2/2008. This should be 29/2/2008
    >
    > Any ideas how to overcome this??
    >
    > Cheers
    >
    > Peter
    >
    > --
    > peter.thompson
    > ------------------------------------------------------------------------
    > peter.thompson's Profile: http://www.excelforum.com/member.php...o&userid=29686
    > View this thread: http://www.excelforum.com/showthread...hreadid=499584


    --

    Dave Peterson

  3. #3
    Forum Contributor
    Join Date
    12-16-2005
    Posts
    161

    Thanks Dave

    Dave

    Got it, thanks for your help

    Cheers

    Peter

+ 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