Amortize Prepayments (Flat months) with start and end date (which can be mid month).

EPRICE

New Member
Joined
May 16, 2023
Messages
3
Office Version
  1. 365
Hello

I currently have a non array formula (much preferred) that calculated the amortisation of prepayments, however it is calculated by days. I would much prefer the first month and last month to pro-rata by days, but the months in the middle are flat months.

In the example below I would require the May and Jun figures to be flat.

Any help would be much appreciated?

Note - I am a first time Mr Excel user, so I apologise if the format isn't quiet right when posting spreadsheets!

Many thanks,



1684251721167.png


Quote Reply
Report
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
N.B. we cannot work with an image. To post an extract of your sheet, see the forum's tool that is named XL2BB.

It may be easier to just allocate by day.

T202305a.xlsm
ABCDEFGHIJK
1Allocate amount
2Days16303115
3StartEndDaysAmountDailyAprilMayJuneJuly
415-Apr-2215-Jul-22921,000,000173,913.04331,521.74331,521.74163,043.48
515-Apr-2215-Jul-22921,000,00010,869.57173,913.04336,956.52326,086.96163,043.48
6
2d
Cell Formulas
RangeFormula
H4H4=H2/92*F4
I4:J4I4=($F$4-$H$4-$K$4)/2
K4K4=K2/D4*F4
D4:D5D4=C4-B4+1
G5G5=F5/D5
H5:K5H5=MAX(0, MIN(EOMONTH(H$3, 0), $C5) + 1 - MAX(H$3, $B5))*$G5
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

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