+ Reply to Thread
Results 1 to 3 of 3

Dates

  1. #1
    aeroman55
    Guest

    Dates

    How can I return a date, six months plus the first of the following month
    from a specified date? In other words, both January 1, 2005 and January 31,
    2005 would return August 1 2005.

  2. #2
    Arvi Laanemets
    Guest

    Re: Dates

    Hi

    With specified date in A1
    =DATE(YEAR(A1),MONTH(A1)+7,1)


    Arvi Laanemets


    "aeroman55" <[email protected]> wrote in message
    news:[email protected]...
    > How can I return a date, six months plus the first of the following month
    > from a specified date? In other words, both January 1, 2005 and January

    31,
    > 2005 would return August 1 2005.




  3. #3
    Jason Morin
    Guest

    Re: Dates

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

    HTH
    Jason
    Atlanta, GA

    >-----Original Message-----
    >How can I return a date, six months plus the first of

    the following month
    >from a specified date? In other words, both January 1,

    2005 and January 31,
    >2005 would return August 1 2005.
    >.
    >


+ 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