PC Review


Reply
Thread Tools Rate Thread

Calculating Intrest and Late Fees

 
 
deezeejoey
Guest
Posts: n/a
 
      17th Jun 2008
I'm trying to come up with a formula to calculate intest for me here at work.
Here'e my example i'm working on now.
I have a customer that owes $118.00.
Each month late there is a $15.00 late fee
and then 2% intrest added on top of that.
This customer is 11 months late.

What i am having trouble with is getting a formula to addthe 2% intrest each
month after the $15.00 charge is added each month.
My fomula adds the inital charge, then the late fees, then the intrest based
off that.

Right now my formula reads
[initial balance plus late fees]*1.02^late months
but over 11 months that comes to $351.84

it should come up $333

My friend came up with a program answer, which doesn't help in the case of
Excel
Quote:
Sorry, but all I have is a program oriented answer.

;variables
n=11
i=.02
p=118
f=15

;loop equation
for n
p=(p+f)*(1+i)

;outputs
month 1 118
month 2 135.66
month 3 153.67
month 4 172.05
month 5 190.79
month 6 209.90
month 7 229.40
month 8 249.29
month 9 269.58
month 10 290.27
month 11 311.37
Note, his is a little off; month 1 = month 0, month 2 would actully equal 1
month late.

 
Reply With Quote
 
 
 
 
Niek Otten
Guest
Posts: n/a
 
      17th Jun 2008
That is not easy to do with just one formulas, although I'm sure one of the array formula gurus will come up with an answer!
I always create a table for this:

A1: 118
B1: =A1+15
C1: =B1*1.02
A2: =C1
Copy B1 and C1 to the row below
Copy row 2 down the rows, ending in row 11

--
Kind regards,

Niek Otten
Microsoft MVP - Excel


"deezeejoey" <(E-Mail Removed)> wrote in message news438ADFC-C5A5-445B-A2DF-(E-Mail Removed)...
| I'm trying to come up with a formula to calculate intest for me here at work.
| Here'e my example i'm working on now.
| I have a customer that owes $118.00.
| Each month late there is a $15.00 late fee
| and then 2% intrest added on top of that.
| This customer is 11 months late.
|
| What i am having trouble with is getting a formula to addthe 2% intrest each
| month after the $15.00 charge is added each month.
| My fomula adds the inital charge, then the late fees, then the intrest based
| off that.
|
| Right now my formula reads
| [initial balance plus late fees]*1.02^late months
| but over 11 months that comes to $351.84
|
| it should come up $333
|
| My friend came up with a program answer, which doesn't help in the case of
| Excel
|
Quote:
| Sorry, but all I have is a program oriented answer.
|
| ;variables
| n=11
| i=.02
| p=118
| f=15
|
| ;loop equation
| for n
| p=(p+f)*(1+i)
|
| ;outputs
| month 1 118
| month 2 135.66
| month 3 153.67
| month 4 172.05
| month 5 190.79
| month 6 209.90
| month 7 229.40
| month 8 249.29
| month 9 269.58
| month 10 290.27
| month 11 311.37
|
|
| Note, his is a little off; month 1 = month 0, month 2 would actully equal 1
| month late.
|


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculating late fees of .01 per month cumulatively CathywithaC Microsoft Excel Misc 0 16th Jul 2008 11:31 PM
Adding late fees automatically Nick Xylas Microsoft Excel Discussion 8 10th Jan 2006 04:55 AM
amortization - calculating late fees and penalty interest =?Utf-8?B?TGl6emll?= Microsoft Excel Discussion 2 15th Dec 2005 11:49 AM
Programing late fees and/or Interest =?Utf-8?B?QmFpbGV5QXBwcmFpc2Fscw==?= Microsoft Excel Worksheet Functions 1 11th Oct 2004 07:05 PM
Re: stop calculating late fees once rent+late fee met Bernie Deitrick Microsoft Excel Misc 0 27th Jul 2004 02:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:51 AM.