Pre-payments.....help

KatieO

New Member
Joined
Mar 20, 2023
Messages
5
Office Version
  1. 365
Platform
  1. MacOS
Hi all

I am 'trying' to create a prepayment schedule. I have scoured this site and I found a formula that I though would work....but it doesn't quite.
I need the excel sheet to show how much is left in the prepayment account every month.

For example. The insurance costs £1200 per year, after the first payment the prepayments schedule will show £1200 minus the first payment. It also needs to be done in days.
The formula I am currently works to start off with but grdually goes wrong.

Please can someone advise me on what I am doing wrong.

1679326174174.png


The formula i'm using is IF(K$2>=$D4,$G4-$H4*MAX(0,MIN(K$2,$E4)+1-$D4),"-")+H4

Many thanks, Katie.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
As you can see above, there should be 15 days of 0.21 in MAy - but there isn't...
 
Upvote 0
T202303a.xlsm
EFGHIJKLMNOPQRST
1Allocate by days in month
2StartEndAmountTotal DaysSep-22Oct-22Nov-22Dec-22Jan-23Feb-23Mar-23Apr-23May-23Jun-23Jul-23
331-Oct-2215-May-2341.881970.210.000.216.386.596.595.956.596.383.190.000.00
401-Jan-2330-Jun-2324,000.00181132.600.000.000.000.004,110.503,712.714,110.503,977.904,110.503,977.900.00
2cc
Cell Formulas
RangeFormula
H3:H4H3=F3-E3+1
I3:I4I3=G3/H3
J3:J4J3=MAX(0, MIN(EOMONTH(J$2, 0), $F3) + 1 - MAX(J$2, $E3+1))*$G3/$H3
K3:T4K3=MAX(0, MIN(EOMONTH(K$2, 0), $F3) + 1 - MAX(K$2, $E3))*$I3
 
Upvote 0
T202303a.xlsm
EFGHIJKLMNOPQRST
1Allocate by days in month
2StartEndAmountTotal DaysSep-22Oct-22Nov-22Dec-22Jan-23Feb-23Mar-23Apr-23May-23Jun-23Jul-23
331-Oct-2215-May-2341.881970.210.000.216.386.596.595.956.596.383.190.000.00
401-Jan-2330-Jun-2324,000.00181132.600.000.000.000.004,110.503,712.714,110.503,977.904,110.503,977.900.00
2cc
Cell Formulas
RangeFormula
H3:H4H3=F3-E3+1
I3:I4I3=G3/H3
J3:J4J3=MAX(0, MIN(EOMONTH(J$2, 0), $F3) + 1 - MAX(J$2, $E3+1))*$G3/$H3
K3:T4K3=MAX(0, MIN(EOMONTH(K$2, 0), $F3) + 1 - MAX(K$2, $E3))*$I3
Hi Dave, thank you so much for your reply. I'm trying to see how much is left in the prepayment account in the month as opposed to the monthly cost. For example: The cost in October is 0.21 - it would show (£41.88 - 0.21) £41.67. Can that be done? Once again, I really appreciate your help, Katie.
 
Upvote 0
T202303a.xlsm
EFGHIJKLMNOP
1Balance by Month
2StartEndTotal DaysAmountOct-22Nov-22Dec-22Jan-23Feb-23Mar-23Apr-23May-23
331-Oct-2215-May-2319741.8841.6735.2928.7022.1116.169.573.190.00
4
2cc
Cell Formulas
RangeFormula
G3G3=F3-E3+1
I3:P3I3=H3-MAX(0, MIN(EOMONTH(I$2, 0), $F3) + 1 - MAX(I$2, $E3))*$H3/$G3
 
Upvote 0
Hi Dave, thanks for your updated formula. Unfortunately, it gives the same result as I had. There should be 15 days left in May - but I can't get it to show it. Or maybe I'm loooking at it the wrong way? Katie
 
Upvote 0
T202303a.xlsm
EFGHIJKLMNOP
1Balance by Month
2StartEndTotal DaysAmountOct-22Nov-22Dec-22Jan-23Feb-23Mar-23Apr-23May-23
331-Oct-2215-May-2319741.8841.6735.2928.7022.1116.169.573.190.00
4
2cc
Cell Formulas
RangeFormula
G3G3=F3-E3+1
I3:P3I3=H3-MAX(0, MIN(EOMONTH(I$2, 0), $F3) + 1 - MAX(I$2, $E3))*$H3/$G3
Hi Dave, thanks for your updated formula. Unfortunately, it gives the same result as I had. There should be 15 days left in May - but I can't get it to show it. Or maybe I'm loooking at it the wrong way? Katie
 
Upvote 0
N.B. The amount amortized in May is the balance at the end of April $3.19 or H3/G3*15 which leaves a balance of 0.
 
Upvote 0

Forum statistics

Threads
1,221,812
Messages
6,162,116
Members
451,743
Latest member
matt3388

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