+ Reply to Thread
Results 1 to 6 of 6

calculating number of months in excel

  1. #1
    Registered User
    Join Date
    11-21-2008
    Location
    california
    Posts
    10

    calculating number of months in excel

    Hi i am working on a spreadsheet that should calculate the number of months remaining on a lease, or the number of months that have passed this is the information i have available

    and what would be entered into the sheet
    example?
    LEASE A
    start date 12/26/2009
    Term : 44 months

    I would like something that will tell me the number of months remaining on this lease , according to my calculations there should be 30 months remaining . what is the easist way to do this and just drag down the formula

    further more, if the lease is expired or has less than 6 months left i would like it to return "expired"

    Any help would be appreciated~ thanks

  2. #2
    Forum Contributor
    Join Date
    02-11-2009
    Location
    Montclair, NJ
    MS-Off Ver
    Excel 365
    Posts
    224

    Re: calculating number of months in excel

    Try this......Change the Lease Date

    Only problem is that the month is assumed to be 30 days....not sure how to get around this problem :/
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: calculating number of months in excel

    Hi, a possibility in A1 start date

    =44-DATEDIF(A1,TODAY(),"M")

    Hope that helps

    Regards

  4. #4
    Registered User
    Join Date
    02-04-2010
    Location
    North Carolina
    MS-Off Ver
    Excel 2007
    Posts
    52

    Re: calculating number of months in excel

    Give the attached a try
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-06-2010
    Location
    Cumbria, England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: calculating number of months in excel

    Just found these replies very useful. As it is coming to year end we need to calculate the Number of months between our YEAREND Date and the End of Lease date. I managed to tweak the solutions suggested here.
    Thanks Guys I think your dedication to this forum is great! Isabelle

  6. #6
    Registered User
    Join Date
    10-24-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    1

    Thank you!

    Thank you! These formulas have been useful for my work!

+ 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