Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAC JAC is offline
external usenet poster
 
Posts: 15
Default Accrued late fee calculation

I am looking for a formula that will calculate a accrued late fee with two
variables late fee and intrest.The folloing in the logic behind what Im
trying to do. My goal is to do this with one formula ? I have been exploring
the financial formulas with absolutely no luck.....


Open Amount [$1,182.50] + (2% late fee) + (1.5% interest) = "Month 1 Amount"

Month 1 Amount + (2% of $1,182.50)) + (1.5% of Month 1 Amount) = "Month 2
Amount"

Month 2 Amount + (2% of $1,182.50) + (1.5% of Month 2 Amount) = "Month 3
Amount"

.....and so on for the x of months overdue...

any help would be much appreciated

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,886
Default Accrued late fee calculation

Hi

With Open Amount in A1, late fee% in B1, Interest% in C1 and number of
months in D1
=A1*(1+(B1+C1))^D1
will give the total value outstanding

--
Regards

Roger Govier


"JAC" wrote in message
...
I am looking for a formula that will calculate a accrued late fee with
two
variables "late fee" and "intrest".The folloing in the logic behind
what I'm
trying to do. My goal is to do this with one formula ? I have been
exploring
the financial formulas with absolutely no luck.....


Open Amount [$1,182.50] + (2% late fee) + (1.5% interest) = "Month 1
Amount"

Month 1 Amount + (2% of $1,182.50)) + (1.5% of Month 1 Amount) =
"Month 2
Amount"

Month 2 Amount + (2% of $1,182.50) + (1.5% of Month 2 Amount) = "Month
3
Amount"

....and so on for the x of months overdue...

any help would be much appreciated..



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Accrued late fee calculation

On Mar 8, 6:12 am, JAC wrote:
I am looking for a formula that will calculate a accrued late fee with two
variables "late fee" and "intrest".The folloing in the logic behind what I'm
trying to do. My goal is to do this with one formula ?
[....]
Open Amount [$1,182.50] + (2% late fee) + (1.5% interest) = "Month 1 Amount"
Month 1 Amount + (2% of $1,182.50)) + (1.5% of Month 1 Amount) = "Month 2
Amount"
Month 2 Amount + (2% of $1,182.50) + (1.5% of Month 2 Amount) = "Month 3
Amount"
....and so on for the x of months overdue...


I believe the following does what you want:

=fv(1.5%, A1, -A2*2%, -A2)

where A1 is "x" periods and A2 is the "open amount" (initial
outstanding balance).

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default Accrued late fee calculation

Month n amount would equal
=((1+late/rate)*(1+rate)^n - late/rate)*initial
where late=2%=0.02, rate=1.5%=0.015, and initial=$1,182.50.

If late=0, this reduces to the usual formula for compound interest of
(1+rate)^n*initial

Jerry

"JAC" wrote:

I am looking for a formula that will calculate a accrued late fee with two
variables late fee and intrest.The folloing in the logic behind what Im
trying to do. My goal is to do this with one formula ? I have been exploring
the financial formulas with absolutely no luck.....


Open Amount [$1,182.50] + (2% late fee) + (1.5% interest) = "Month 1 Amount"

Month 1 Amount + (2% of $1,182.50)) + (1.5% of Month 1 Amount) = "Month 2
Amount"

Month 2 Amount + (2% of $1,182.50) + (1.5% of Month 2 Amount) = "Month 3
Amount"

....and so on for the x of months overdue...

any help would be much appreciated

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JAC JAC is offline
external usenet poster
 
Posts: 15
Default Accrued late fee calculation

Jerry,

Thanks you for the push.. Well more then that... you solved the entire
issue.. I very much appreciate it.. I was bugging me all night...

Cheers
Joel

"Jerry W. Lewis" wrote:

Month n amount would equal
=((1+late/rate)*(1+rate)^n - late/rate)*initial
where late=2%=0.02, rate=1.5%=0.015, and initial=$1,182.50.

If late=0, this reduces to the usual formula for compound interest of
(1+rate)^n*initial

Jerry

"JAC" wrote:

I am looking for a formula that will calculate a accrued late fee with two
variables late fee and intrest.The folloing in the logic behind what Im
trying to do. My goal is to do this with one formula ? I have been exploring
the financial formulas with absolutely no luck.....


Open Amount [$1,182.50] + (2% late fee) + (1.5% interest) = "Month 1 Amount"

Month 1 Amount + (2% of $1,182.50)) + (1.5% of Month 1 Amount) = "Month 2
Amount"

Month 2 Amount + (2% of $1,182.50) + (1.5% of Month 2 Amount) = "Month 3
Amount"

....and so on for the x of months overdue...

any help would be much appreciated



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default Accrued late fee calculation

You're welcome. Glad it helped.

Jerry

"JAC" wrote:

Jerry,

Thanks you for the push.. Well more then that... you solved the entire
issue.. I very much appreciate it.. I was bugging me all night...

Cheers
Joel

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time calculation for attendance, tardy/late to work? Hanr3 Excel Discussion (Misc queries) 6 May 12th 06 10:07 PM
Late Rounding of Formula fak119 Excel Worksheet Functions 2 May 11th 06 05:58 AM
How do I compare two times to see if one is "late" or "on time"? AuditorGirl Excel Worksheet Functions 1 July 27th 05 05:59 PM
VB Extensibility library and "late binding" Dennis Excel Discussion (Misc queries) 0 March 30th 05 10:51 PM
Accrued Vacation Kim Campbell via OfficeKB.com Excel Worksheet Functions 8 January 12th 05 03:01 PM


All times are GMT +1. The time now is 02:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright 2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"