Calculating Late Fees

kaistarr

New Member
Joined
Jul 11, 2012
Messages
1
I have 5 years of data by month. I'm trying to calculate the total amount due each month, assuming the bill was never paid, to find out how much is owed. For example:

Date: Amount:
12/1/2006 $21.10
11/1/2006 $21.10
10/1/2006 $21.10

etc...

A 10% penalty is added for the 30 days overdue each month. In addition, a .5% penalty is added to the balance over 60 days due.

Any idea how I can caluclate what is owed? Thank you!
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
data sheet with calculation formulas given below
Excel Workbook
ABCD
1Date:Amount:penaltytotal
212/1/2006$21.103.165$24.27
311/1/2006$21.102.11$23.21
410/1/2006$21.10
Sheet1


slight ambiguity in your statement. is this 10% and 5% are for each month or overall. I have taken it as over all. any how if necessary modify the formula

first create formula in C3 NS d3 (USUALLY DATES ARE GIVEN IN ASCENDING ORDER BUT YOU HAVE GIVEN IN DESCENDING ORDER PERHAPS DUE TO SOME NEED)
 
Upvote 0

Forum statistics

Threads
1,215,403
Messages
6,124,714
Members
449,182
Latest member
mrlanc20

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