Amortized revenue/expense based on start and stop dates

kalankarr

New Member
Joined
May 18, 2004
Messages
3
Hello all,

I am trying to create an amortization stream based on a daily rate. So for example start date may be 01/01/2022 and end date may be 12/31/2022. The contract amount is 12,000. That would derive a daily rate. Then I want a formula that places the monthly amount based on the daily rate in each column by month. The trick is the start and end dates may be both be in the middle of the month and not clean beginning or end dates (the 1st or the 31st).

So it would look like this:

Contract # Contract Amount Start Date End Date Daily Amount January February March and so on
1234 $12,000 01/01/2022 12/31/2022 <FORMULA> <FORMULA> <FORMULA> <FORMULA> <FORMULA>

It's a relatively common setup for prepaids or revenue. Please revert back with any questions.

THANK YOU FOR YOUR HELP
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Cell Formulas
RangeFormula
F1:R1F1=EOMONTH(E1+1,0)
E2:R2E2=IF(E1<=$D$2,$B$2*POWER($C$5,MIN(E$1,$D2)-$C2),"-")
C5C5=+POWER(C4+1,1/365)
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,213
Members
448,554
Latest member
Gleisner2

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