+ Reply to Thread
Results 1 to 2 of 2

How do I calculate total of months that have passed?

  1. #1
    jaydubs
    Guest

    How do I calculate total of months that have passed?

    I want to know how many months have passed since a certain date. There is a
    start date and an end date. I want to calculate how many months are in that
    period. For instance if the start date is 05-01-01 and the end date is
    05-03-01 two months have passed.

  2. #2
    Akhilesh Dalia
    Guest

    RE: How do I calculate total of months that have passed?

    Hi,

    You can use =DATEDIF(A1,B1,"m")

    where,
    A1 = 05-01-01
    B1 = 05-03-01
    "m" = month ("d" for days, "y" for Years, "ym" for Months Excluding Year,
    "yd" for Days Excluding Years and "md" for Days Excluding Months And Years)

    Regards

    Akhilesh Dalia
    akhileshdalia<at>hotmail<dot>com

    "jaydubs" wrote:

    > I want to know how many months have passed since a certain date. There is a
    > start date and an end date. I want to calculate how many months are in that
    > period. For instance if the start date is 05-01-01 and the end date is
    > 05-03-01 two months have passed.


+ 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