+ Reply to Thread
Results 1 to 9 of 9

Number to installments between two dates

  1. #1
    Registered User
    Join Date
    04-29-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    10

    Number to installments between two dates

    Hi,

    I am trying to calculate the number of installments paid between two dates.
    In the sheet added to this thread I have tried to give an example of what I mean.

    Lets say they signed the deal 08.08.2010 and todays date is 05.09.2011. Then I want a cell to calculate how many 6 months periodes has gone by in the periode.

    Thank you.
    Attached Files Attached Files
    Last edited by b96392; 09-06-2011 at 04:20 AM.

  2. #2
    Forum Contributor
    Join Date
    08-01-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2007
    Posts
    182

    Re: Number to installments between two dates

    Hi,

    I think you want the formula in G2 instead of F2.

    Formula in G2

    Please Login or Register  to view this content.
    What I have done is calculated the no. of months and then divided it by 6. You need to be precise when the installments are going to be paid so that we can modify it accordingly.

  3. #3
    Registered User
    Join Date
    04-29-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Number to installments between two dates

    Dateif is not possible to use in my excel version (2007). The installments are going to be paid +6 months after the signing date.

    Thank you.

  4. #4
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Number to installments between two dates

    DATEDIF() is an unsupported formula, but it is still available in 2007 and later.
    See this link
    The DATEDIF Worksheet Function
    Last edited by Marcol; 09-05-2011 at 10:12 AM.

  5. #5
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,768

    Re: Number to installments between two dates

    DATEDIF is in Excel 2007 - it can be a difficult function to find, it's not in the function list or in the help files [edit as Marcol says...]......but you can use it by just typing the formula in or copying and pasting from here

    I think you can use the formula that inayat suggests, but wrapped in INT to get a whole number, i.e.

    =INT(DATEDIF(E2,F2,"m")/6)
    Audere est facere

  6. #6
    Registered User
    Join Date
    04-29-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Number to installments between two dates

    Well, it sure does not work in my excel 2007 version
    I have tried them all and all with the same result- no result (errors). :\

  7. #7
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,768

    Re: Number to installments between two dates

    OK, you might need semi-colons in the formula rather than commas for your regional settings....does this work?

    =INT(DATEDIF(E2;F2;"m")/6)

  8. #8
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Number to installments between two dates

    Are you using Excel with the formulae displayed in Norwegian?

    It might possibly be that because DATEDIFF is unsupported the formula doesn't convert from English.

    Try this workbook
    Attached Files Attached Files
    Last edited by Marcol; 09-05-2011 at 11:36 AM.
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  9. #9
    Registered User
    Join Date
    04-29-2011
    Location
    Norway
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: Number to installments between two dates

    Thank you all! It works:-)

+ 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