+ Reply to Thread
Results 1 to 4 of 4

How do I calculate the midpoint date between two dates.

  1. #1
    Allan
    Guest

    How do I calculate the midpoint date between two dates.

    Can anyone help!

    I have August 2006 (start) and August 2008 (end). I need the midpoint
    between those two months and provided in QTR-YR.

  2. #2
    Niek Otten
    Guest

    Re: How do I calculate the midpoint date between two dates.

    =INT(MONTH((A1+B1)/2)/3)+1&"-"&TEXT(YEAR((A1+B1)/2),"00")

    --
    Kind regards,

    Niek Otten

    "Allan" <[email protected]> wrote in message news:[email protected]...
    | Can anyone help!
    |
    | I have August 2006 (start) and August 2008 (end). I need the midpoint
    | between those two months and provided in QTR-YR.



  3. #3
    Allan
    Guest

    Re: How do I calculate the midpoint date between two dates.

    Thanks, Niek!


    "Niek Otten" wrote:

    > =INT(MONTH((A1+B1)/2)/3)+1&"-"&TEXT(YEAR((A1+B1)/2),"00")
    >
    > --
    > Kind regards,
    >
    > Niek Otten
    >
    > "Allan" <[email protected]> wrote in message news:[email protected]...
    > | Can anyone help!
    > |
    > | I have August 2006 (start) and August 2008 (end). I need the midpoint
    > | between those two months and provided in QTR-YR.
    >
    >
    >


  4. #4
    Allan
    Guest

    RE: How do I calculate the midpoint date between two dates.

    Niek,

    I just notice something, I inputted June 2006 and July 2007 and it gave me a
    5-2006 midpoint? How did it get a 5th qtr??

    "Allan" wrote:

    > Can anyone help!
    >
    > I have August 2006 (start) and August 2008 (end). I need the midpoint
    > between those two months and provided in QTR-YR.


+ 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