Help! Excel challenged! Simple interest calculation

Cool Fandango

New Member
Joined
Oct 21, 2022
Messages
4
Office Version
  1. 2007
Platform
  1. Windows
I don't know how to use excel at all. I've been watching many tutorials, but still cannot figure it out. I need a spreadsheet calculating post judgment simple interest. It's complicated (at least for me). Here it is:

Simple Interest
Original Amount: $150,000
Beginning Date: November 19, 2007 through today (October 21, 2022)
Annual Interest Rate: 7%
One payment has been made in the amount of $716.88 on April 20, 2020.

Thank you in advance for your help!!
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Simple interest means your payment is first applied to accrued interest, then anything remaining is applied to principal. Interest is not charged on unpaid interest.

You have a very unusual situation here in that you went 13 years with no payments and your first payment is not enough to cover a large amount of accrued interest. It is hard to make sense of what you want to calculate without more information. Looks like a student loan.

The last row here shows the current loan principal amount, and accrued interest to date. You can update the date in column A to reflect the current date after today. The payment for that row is shown as $0 to calculate the current principal and accrued interest to date.

$scratch.xlsm
ABCDEFGHIJ
1Payment DatePaymentAccrued Interest Since Last PaymentRemaining PrincipalRemaining InterestAnnual Rate7.0%Daily Rate0.019165%
211/19/2007 $150,000.00
34/20/2020 $ 716.88 $ 130,398.36 $150,000.00 $129,681.48
410/22/2022 $ - $ 26,303.90 $150,000.00 $155,985.38
Sheet13
Cell Formulas
RangeFormula
J1J1=H1*4/(365*4+1)
C3:C4C3=(A3-A2)*$J$1*D2
D3:D4D3=D2-(B3-MIN(B3,C3))
E3E3=MAX(0,C3-B3)
E4E4=MAX(0,C4-B4)+E3
 
Upvote 0
Simple interest means your payment is first applied to accrued interest, then anything remaining is applied to principal. Interest is not charged on unpaid interest.

You have a very unusual situation here in that you went 13 years with no payments and your first payment is not enough to cover a large amount of accrued interest. It is hard to make sense of what you want to calculate without more information. Looks like a student loan.

The last row here shows the current loan principal amount, and accrued interest to date. You can update the date in column A to reflect the current date after today. The payment for that row is shown as $0 to calculate the current principal and accrued interest to date.

$scratch.xlsm
ABCDEFGHIJ
1Payment DatePaymentAccrued Interest Since Last PaymentRemaining PrincipalRemaining InterestAnnual Rate7.0%Daily Rate0.019165%
211/19/2007 $150,000.00
34/20/2020 $ 716.88 $ 130,398.36 $150,000.00 $129,681.48
410/22/2022 $ - $ 26,303.90 $150,000.00 $155,985.38
Sheet13
Cell Formulas
RangeFormula
J1J1=H1*4/(365*4+1)
C3:C4C3=(A3-A2)*$J$1*D2
D3:D4D3=D2-(B3-MIN(B3,C3))
E3E3=MAX(0,C3-B3)
E4E4=MAX(0,C4-B4)+E3
Jeff,

Thank you so, so much for your help! You're awesome! This answers my question and helps me out so much! The debt I'm referring to is a judgment I have against a man who killed my dad. I'm in the process of renewing the judgment (needs to be renewed every 8 years), and I need to submit a spreadsheet with the judgment renewal showing the accounting since the judgment was first entered back in 2007. I struggled for days trying to figure out how to do it in Excel, but I was a complete failure. I'm so relieved that there are knowledgeable people out there like you that are willing to help. Thanks again!
 
Upvote 0
I will caution that I very confident of the solution I provided for data up to today, but I have not tested it for various situations about how to keep it up to date in the future. If you expect to continue using this until the judgment is fully paid then I will take another look. I can also provide an actual Excel file if that helps.

I am so sorry about your dad.
 
Upvote 0
I will caution that I very confident of the solution I provided for data up to today, but I have not tested it for various situations about how to keep it up to date in the future. If you expect to continue using this until the judgment is fully paid then I will take another look. I can also provide an actual Excel file if that helps.

I am so sorry about your dad.
Hi Jeff,

Thank you for the heads-up! An actual Excel file would be so helpful! I tried to re-create it and even with you providing all the formulas, I'm still having trouble! I'm a mess! Thanks again for all your help! You're a life saver!
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,588
Members
449,039
Latest member
Arbind kumar

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top