+ Reply to Thread
Results 1 to 2 of 2

How Do You Calculate On-Going Daily/Monthly Interest?

  1. #1
    Registered User
    Join Date
    03-01-2005
    Posts
    1

    How Do You Calculate On-Going Daily/Monthly Interest?

    Hi-

    Does anyone know how to calculate a "draw down loan?" That is, I have a line of credit with a lender for a real estate construction. Every week or so various checks in various amounts are written to pay contractors/workers, etc. The interest starts to accrue the day the check is made and is based on a 6% annual rate. None of the money will be paid back until the project is completed--there are no payments made until the end.

    I need to know how to calculate the accruing daily interest for each check written. So essentially, when I open Excel, each day the interest will change/increase. So If I draw money today for $100. The interest will change and increase each day/date (non-compounding) for that $100.

    My columns are:

    Purpose/Use, Payee, Date, Check Amount, Interest Accrued To Date, Total Amount (Princple+interest).

    How do you do this formula?

    Thanks in advance for your help!!!

    Steven
    LA, Ca

  2. #2
    Forum Contributor
    Join Date
    01-18-2005
    Location
    Auckland New Zealand
    MS-Off Ver
    Office Professional 2007
    Posts
    295
    If the date is in C1, the amount in D1, then:

    E1: =(INT(NOW())-C1)*6%/365*D1
    F1: =D1+F1 (ie principal and Interest combined)

    This calculates the interest on a daily basis from the date of the loan to the current date, given by now().

    Regards
    Mike

+ 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