Share via

Simple interest calculations in excel

Anonymous
2014-07-04T15:50:43+00:00

I must be dense, but all I can find is answers to COMPOUND interest calculations.  I am looking for formulae to calculate simple interest.  I have a loan of 25K and would like to calculate remaining balances after payments at a daily rate of .0004109 which is 15% annually.  Everything I am finding suggests compounding daily....or is that the same thing?  Can I use the examples given at use 365 in lieu of 12 (months) in the formulae supplied?  Tx MUCH

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2014-07-04T17:47:40+00:00
    1 person found this answer helpful.
    0 comments No comments
  2. Vijay A. Verma 104.8K Reputation points Volunteer Moderator
    2014-07-04T17:24:36+00:00

    There is no built in function for simple interest calculation. It will have to be calculated.

    The formula for simple interest is = P (Principal) x (R) Rate of Interest x T (Time elapsed)

    The base for R and T should be same i.e. if T is in days or months or years, R should also be over days or months or years.

    Hence, if your rate is 15% annually, your T should be expressed in years.

    In your example, you have R = 0.0004109 which =15/36500, hence your T should be in days.

    Hence, if you loan start date is t, your T = today()-t (Here T would be in days)

    Assuming, your principal is in A1, R is in B1 and t (not T) is in C1, your Simple Interest would be

    = A1 * B1 * (today()-C1)

    If you want to use 15% annual, then T = (today()-C1)/365 (You can write B1 as 15% or as 0.15)

    Let's assume that you have got a loan of $1000 and after few months, your interest accumulated is 100. Hence total liability is 1100. You decide to pay up 500, you new principal becomes 1100-500 = 600.

    0 comments No comments
  3. Anonymous
    2014-07-04T16:56:30+00:00

    Hi,

    Give some more detail to better understand. Your question is not really clear.

    0 comments No comments