Prepaid Schedule

thx4nuttin

New Member
Joined
Jul 2, 2019
Messages
2
I am trying to create a prepaid schedule where the beginning and ending dates are mid-month resulting in pro-rated amounts at the beginning and end of the payment schedule. Can someone please help this frazzled person figure the formulas out for my spreadsheet?? I would be most appreciative.

VendorInvoice Date PPD Amount Beg Date End DateJan-19Feb-19Mar-19Apr-19May-19Jun-19Jul-19Aug-19Sep-19Oct-19Nov-19Dec-19
Microsoft6/1/2019 15,000.007/15/20197/14/2020

<colgroup><col><col><col><col><col><col span="12"></colgroup><tbody>
</tbody>

<colgroup><col><col><col><col><col><col span="12"></colgroup><tbody>
</tbody>
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Assuming you start in row one and column A then I think this might do the job if you put it in F2 then copy across
Code:
=($C2/($E2-$D2))*(IF(OR($D2>EOMONTH(F$1,0),$E2<f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))<f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))<f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))

  
F$1),0,1+(MIN(EOMONTH(F$1,0),$E2)-MAX(F$1,$D2+1))))

<f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))

I needs a < between the 2 parts
Sorry I can't get it to show correctly
</f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))
</f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))<f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))<f$1),0,1+(min(eomonth(f$1,0),$e2)-max(f$1,$d2+1))))
 
Last edited:
Upvote 0
= ($c2/($e2-$d2)) * (if (or ($d2>eomonth(f$1,0), $e2

then a less than followed by

F$1),0,1+(MIN(EOMONTH(F$1,0),$E2)-MAX(F$1,$D2+1))))
 
Upvote 0
No, that returned some strange numbers.
VendorInvoice Date PPD AmountBeg DateEnd DateJan-19Feb-19Mar-19Apr-19May-19Jun-19Jul-19Aug-19Sep-19Oct-19Nov-19Dec-19
Microsoft6/1/2019 15,000.00 7/15/20197/14/2020 - - - - - - 534.25 534.25 1,232.88 534.25 493.15 534.25

<colgroup><col><col><col><col><col><col span="8"><col><col span="3"></colgroup><tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,214,896
Messages
6,122,132
Members
449,066
Latest member
Andyg666

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