+ Reply to Thread
Results 1 to 4 of 4

Date Formula Help

  1. #1
    Registered User
    Join Date
    07-26-2005
    Posts
    4

    Date Formula Help

    I am tring to create a formuls that will allow me to do the following:
    In cell A1 have a start date, let's say 02/01/05 and in cell B1 02/02/05 and so on all the way to the end of the month.
    But when I get to the end of the month the cell that would contain the date of 02/29/05 would be blank if it is not a leap year and if it is a leap year then it would show the date of 02/29/05.
    Thanks a million for any help.

  2. #2
    OZDOC1050
    Guest

    Re: Date Formula Help

    This may work for you. ( in cell ac1 )

    =IF(DAY(AB1+1)=1,"",AB1+1)

    --
    (][ THIS EMAIL HAS BEEN SCANNED BY NORTON ANTIVIRUS ][)
    "cummingse" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I am tring to create a formuls that will allow me to do the following:
    > In cell A1 have a start date, let's say 02/01/05 and in cell B1
    > 02/02/05 and so on all the way to the end of the month.
    > But when I get to the end of the month the cell that would contain the
    > date of 02/29/05 would be blank if it is not a leap year and if it is a
    > leap year then it would show the date of 02/29/05.
    > Thanks a million for any help.
    >
    >
    > --
    > cummingse
    > ------------------------------------------------------------------------
    > cummingse's Profile:
    > http://www.excelforum.com/member.php...o&userid=25611
    > View this thread: http://www.excelforum.com/showthread...hreadid=394246
    >




  3. #3
    Bob Phillips
    Guest

    Re: Date Formula Help

    A1: start date
    B1: =IF(MONTH(A1+1)=MONTH(A1),A1+1,"")

    copy B1 across

    --
    HTH

    Bob Phillips

    "cummingse" <[email protected]> wrote
    in message news:[email protected]...
    >
    > I am tring to create a formuls that will allow me to do the following:
    > In cell A1 have a start date, let's say 02/01/05 and in cell B1
    > 02/02/05 and so on all the way to the end of the month.
    > But when I get to the end of the month the cell that would contain the
    > date of 02/29/05 would be blank if it is not a leap year and if it is a
    > leap year then it would show the date of 02/29/05.
    > Thanks a million for any help.
    >
    >
    > --
    > cummingse
    > ------------------------------------------------------------------------
    > cummingse's Profile:

    http://www.excelforum.com/member.php...o&userid=25611
    > View this thread: http://www.excelforum.com/showthread...hreadid=394246
    >




  4. #4
    Registered User
    Join Date
    07-26-2005
    Posts
    4

    Thanks

    Thanks a million for your help.

    The one that worked the way I want was from Mr. Bob Phillips

+ 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