Excel Idiot needing help with interest formula

Wondermommy218

New Member
Joined
Jul 30, 2010
Messages
4
I appreciate any help in advanced. I have promised my boss a Excel Spreadsheet calculating accrued interest to date on judgments we were awarded by first thing in the morning. Now at 3:00am I am ready to give up!

Here are the columns for my spreadsheet related to my question for with an example entry:

Columns Entry
Judgment Date: 11-03-2008
Judgment Amount: $1331.81
Interest to Date: = ?

The interest rate is 10% per annum. I would like the spreadsheet to show the interest presently owed when the spreadsheet is opened. Is this possible?

:confused:
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
hi,
kindly try with this.not sure about it
=SUM(TODAY()-judgement date)/365*1331.81*10%

regards
harsha
 
Upvote 0
Hi

It does depend on whether the interest is calculated on a simple basis or compound (I will presume compounded) but here's a formula you could use:
Excel Workbook
ABCD
1Judegment DateJudgement AmountInterest RateInterest To Date
203 November 2008$1,331.8110%$239.79
Sheet4
Excel 2010
Cell Formulas
RangeFormula
D2=B2*(1+C2)^((TODAY()-A2)/365)-B2
 
Upvote 0
THANKS!

harshab6 - I couldn't get yours to work for me but thank you very much.

Richard Schollar - I did get your formula to work (thank you), however it is simple interest - sorry for leaving that out. Do you know how to change this to show simple interest?
 
Upvote 0
Richard Schollar - I did get your formula to work (thank you), however it is simple interest - sorry for leaving that out. Do you know how to change this to show simple interest? <!-- / message -->
 
Upvote 0
Yep - that's even easier:
Excel Workbook
ABCDE
1Judegment DateJudgement AmountInterest RateInterest To Date (Compound)Interest To Date (Simple)
203 November 2008$1,331.8110%$239.79$231.33
Sheet4
Excel 2010
Cell Formulas
RangeFormula
D2=B2*(1+C2)^((TODAY()-A2)/365)-B2
E2=B2*C2*(TODAY()-A2)/365
 
Upvote 0
AMAZING! :) Thank you soooo much! I may not get any sleep before work at this point, but I can stop sweating the morning meeting!!!
 
Upvote 0

Forum statistics

Threads
1,214,583
Messages
6,120,383
Members
448,956
Latest member
JPav

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