A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, similar question was answered here
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
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.
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.
Hi,
Give some more detail to better understand. Your question is not really clear.