Results 1 to 3 of 3
  1. #1
    bg15407 is offline Novice
    Windows 8 Access 2013
    Join Date
    Sep 2015
    Posts
    1

    Lightbulb IPMT Function

    Hello Everyone


    I'm Currently Developing a Loans Module and There are two types of loans EMI and Reducing Balance.

    For EMI Loans Pmt Function works fine and gives me the Monthly Instalment and then i can Multiply Installment by term and subtract Loan Amount this way I can get the Total Interest That the customer is paying for That given Period

    In Reducing Balance Method Ipmt only gives given Payment Interest only but what i need is Total Interest that customer will be paying for the Loan Term


    Rate is Interest Rate (Double)

    TermMonths is Term of the Loan Hence 36 in mycase
    Amount is Loan (currency)
    A1 has Value 1 and A10 has Value 10(in Excell)

    in Excell----Sum(IPmt(Rate/12,(row(indirect A1&":"&A10)),TermMonths,-Amount0,0)) ----- This formula works fine and gives me the Total Interset for the 36 months

    i need this to work in VBA Access 2013
    Pls. Help

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    give me some example data (and the answer), and I can convert it to Access.

  3. #3
    ssanfu is offline Master of Nothing
    Windows XP Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    You might check out this site:
    IPmt Function
    https://support.office.com/en-nz/art...a-de683454b320
    (Applies To: Access 2007, Access 2010 Developer, Access 2013 Developer, Access 2007 Developer, Access 2013, Access 2010, Access)

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 8
    Last Post: 11-04-2014, 10:44 PM
  2. Replies: 8
    Last Post: 01-31-2014, 01:45 PM
  3. Iif function
    By Bertrand82 in forum Access
    Replies: 2
    Last Post: 02-04-2013, 05:58 AM
  4. IIF Function
    By Gus in forum Access
    Replies: 2
    Last Post: 09-14-2011, 01:53 PM
  5. Want function to get current function name
    By Davis DeBard in forum Programming
    Replies: 2
    Last Post: 08-13-2009, 05:02 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums