+ Reply to Thread
Results 1 to 4 of 4

Formula for interest rate accrual on missed rental payment

  1. #1
    Registered User
    Join Date
    04-19-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    11

    Formula for interest rate accrual on missed rental payment

    Hi, if a tenant misses his rental payment, the lease agreeemnt says that after 7 dyas they shall be liable to a charge of 12% per annum calculated on a daily basis from the date on which the money falls short to the date when the the money is recieved. Is there a simple formala for me to calculate that in excel based on a set or variables? ie monthly rental amount, interest rate, months missed etc
    Thnx

  2. #2
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Formula for interest rate accrual on missed rental payment

    Input Cells-

    Cell B1 = Monthly Rental Amount
    Cell B2 = Interest Rate
    Cell B3 = Payment Date
    Cell B4 = Actual Payment Date

    Output Cells-

    Cell B5 (Late Payment Days) =MAX(B4-B3-7,0)
    Cell B6 (Late Payment Charge) =(B2*B1)/365*B5

    Sample workbook attached >>Excel Forum 1258.xlsx

    Hope this helps!
    Happy to Help

    How to upload excel workbooks at this forum - http://www.excelforum.com/the-water-...his-forum.html

    "I don't get things easily, so please be precise and elaborate"

    If someone's post has helped you, thank by clicking on "Add Reputation" below the post.
    If your query is resolved please mark the thread as "Solved" from the "Thread Tools" above.

    Sourabh

  3. #3
    Registered User
    Join Date
    04-19-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: Formula for interest rate accrual on missed rental payment

    Thanks, but then if the second months rent is late, does it compound? Assume the rent is $6,000 a month and the tenant hasnt paid for a year (6000 x 12 months = 72,000), what is the formula to quickly calculate the interest owed? thnx!

  4. #4
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Formula for interest rate accrual on missed rental payment

    I am not sure how you want the interest to compound. Could you give an example of the calculation? It will be great if you could attach a sample workbook also with your input variables and the output calculated manually, so we can better understand your requirements.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 07-04-2018, 05:40 AM
  2. Replies: 4
    Last Post: 07-11-2017, 07:15 AM
  3. Forecasting Formula for Decreasing Equipment Rental Rate
    By Dabney in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-30-2014, 05:09 AM
  4. Replies: 0
    Last Post: 05-19-2012, 05:56 PM
  5. Replies: 1
    Last Post: 02-12-2012, 12:45 AM
  6. Calculate Interest Rate when payment changes!
    By huntermcg in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-25-2005, 03:32 AM
  7. Loan amount fx if interest rate, payment and amortization know
    By Kevin. in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-17-2005, 06:05 PM

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