Calculate 12%APR on outstanding balance of invoices at law firm

lvf331

New Member
Joined
Apr 12, 2006
Messages
17
I am trying to figure out how to calculate the 12% APR on any outstanding balance of an invoice sent to a client and continue with charging interest on the increasing running total each month there wasn't a payment. For example, the first month the invoice is $3559.98. I need to do the 12%APR and add that to the original total. Then I need to add the next month total of $1,692 and do the calculation again. For some reason, I'm having trouble figuring this out. Any help would be greatly appreciated.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Are you using a monthly interest rate of 1% or are you using the true monthly rate calculated from 12% PA of 0.9489%
(1.009489 to the power 12 = 1.12)
 
Upvote 0
this should do it for you:
Code:
Monthly interest rate    1.09489        
Month               Jan       Feb        Mar
New Invoices                 300          250
Balance             1000     =C3+B5    =D3+C5
Balance+Interest =B4*$B1  =C4*$B1    =D4*$B1
 
Last edited:
Upvote 0
I just realised that I typed the wrong number in for the interest rate it should have been
1.009489
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,575
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