+ Reply to Thread
Results 1 to 5 of 5

Counting Months

  1. #1
    Forum Contributor
    Join Date
    01-05-2006
    Posts
    113

    Counting Months

    Cell A1 is a date and cell A2 is a date.
    what formula can I use to make A3 return the correct amount of months between these two dates.

    Example:
    A1 = 6/1/2006
    A2 = 9/01/2007
    A3 = 15

    PS - A1 and A2 are formatted as DATES

  2. #2
    Don Guillett
    Guest

    Re: Counting Months

    =DATEDIF(a2,a1,"m")

    --
    Don Guillett
    SalesAid Software
    [email protected]
    "jermsalerms" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Cell A1 is a date and cell A2 is a date.
    > what formula can I use to make A3 return the correct amount of months
    > between these two dates.
    >
    > Example:
    > A1 = 6/1/2006
    > A2 = 9/01/2007
    > A3 = 15
    >
    > PS - A1 and A2 are formatted as DATES
    >
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile:
    > http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=548738
    >




  3. #3
    Bill Kuunders
    Guest

    Re: Counting Months

    one way

    =(A2-A1)/30.42

    format as number --no decimals.

    --
    Greetings from New Zealand
    Bill K

    "jermsalerms" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Cell A1 is a date and cell A2 is a date.
    > what formula can I use to make A3 return the correct amount of months
    > between these two dates.
    >
    > Example:
    > A1 = 6/1/2006
    > A2 = 9/01/2007
    > A3 = 15
    >
    > PS - A1 and A2 are formatted as DATES
    >
    >
    > --
    > jermsalerms
    > ------------------------------------------------------------------------
    > jermsalerms's Profile:
    > http://www.excelforum.com/member.php...o&userid=30167
    > View this thread: http://www.excelforum.com/showthread...hreadid=548738
    >




  4. #4
    excelent
    Guest

    RE: Counting Months

    =(YEAR(A2)-YEAR(A1))*12+MONTH(A2)-MONTH(A1)
    Format as standard


  5. #5
    David Biddulph
    Guest

    Re: Counting Months

    "jermsalerms" <[email protected]>
    wrote in message
    news:[email protected]...
    >
    > Cell A1 is a date and cell A2 is a date.
    > what formula can I use to make A3 return the correct amount of months
    > between these two dates.
    >
    > Example:
    > A1 = 6/1/2006
    > A2 = 9/01/2007
    > A3 = 15
    >
    > PS - A1 and A2 are formatted as DATES


    =DATEDIF(A1,A2,"m")
    http://www.cpearson.com/excel/datedif.htm
    --
    David Biddulph



+ 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