+ Reply to Thread
Results 1 to 4 of 4

date auto change

  1. #1
    Colin2u
    Guest

    date auto change

    in cell a1 is date (6/15/05), i would like to have that date be auto
    matically change as each month arrives. if this month is June, when the month
    change to July the month changes and not the day so that the due date will
    always be the same day each month.
    Can this be done

  2. #2
    Norman Jones
    Guest

    Re: date auto change

    Hi Colin2U,

    One way:

    A1: =DATE(YEAR(TODAY()), MONTH(TODAY()),15)


    ---
    Regards,
    Norman



    "Colin2u" <Colin2u@discussions.microsoft.com> wrote in message
    news:E52EA642-2A1B-4031-90D7-7BB11393E45C@microsoft.com...
    > in cell a1 is date (6/15/05), i would like to have that date be auto
    > matically change as each month arrives. if this month is June, when the
    > month
    > change to July the month changes and not the day so that the due date will
    > always be the same day each month.
    > Can this be done




  3. #3
    Earl Kiosterud
    Guest

    Re: date auto change

    Colin,

    =DATE( YEAR( TODAY()), MONTH( TODAY()), 15)
    --
    Earl Kiosterud
    www.smokeylake.com

    "Colin2u" <Colin2u@discussions.microsoft.com> wrote in message
    news:E52EA642-2A1B-4031-90D7-7BB11393E45C@microsoft.com...
    > in cell a1 is date (6/15/05), i would like to have that date be auto
    > matically change as each month arrives. if this month is June, when the
    > month
    > change to July the month changes and not the day so that the due date will
    > always be the same day each month.
    > Can this be done




  4. #4
    Earl Kiosterud
    Guest

    Re: date auto change

    Colin,

    You say "same day each month," but don't say if it's a constant. I've asked
    several hundred people, and none knew what you intended. It occurs to me
    that the day might be variable, and the month should change to that of the
    current month, but the day should remain what it originally was. In this
    case, put the original date in a cell (A1), and this formula in another:

    =DATE( YEAR(A1), MONTH( TODAY()), DAY(A1))

    --
    Earl Kiosterud
    www.smokeylake.com

    "Earl Kiosterud" <someone@nowhere.com> wrote in message
    news:O77z4lZpFHA.1948@TK2MSFTNGP12.phx.gbl...
    > Colin,
    >
    > =DATE( YEAR( TODAY()), MONTH( TODAY()), 15)
    > --
    > Earl Kiosterud
    > www.smokeylake.com
    >
    > "Colin2u" <Colin2u@discussions.microsoft.com> wrote in message
    > news:E52EA642-2A1B-4031-90D7-7BB11393E45C@microsoft.com...
    >> in cell a1 is date (6/15/05), i would like to have that date be auto
    >> matically change as each month arrives. if this month is June, when the
    >> month
    >> change to July the month changes and not the day so that the due date
    >> will
    >> always be the same day each month.
    >> Can this be done

    >
    >




+ 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