Split payment across months
At the core, this is a simple formula that simply divides the total amount by the number of months given:
=amount/months
The trick is to "cancel out" this amount in months where it doesn't apply.
To do this, we use this logical...Read more