Hi,
I have the total charge along with the start and end dates and need it spread over months.
Scenario A is pretty simple where all costs have been allocated evenly
Scenario B if the revenue start date is less than the invoice date I need it to calculate the total back dated charge and include it in the current invoice month with the rest spread equally
I have included example below where I have hard coded the values. It would be really useful if one formula could calculate this?
I have the total charge along with the start and end dates and need it spread over months.
Scenario A is pretty simple where all costs have been allocated evenly
Scenario B if the revenue start date is less than the invoice date I need it to calculate the total back dated charge and include it in the current invoice month with the rest spread equally
I have included example below where I have hard coded the values. It would be really useful if one formula could calculate this?
Charge | Charge from | Charge to | Invoice date | Jan-20 | Feb-20 | Mar-20 | Apr-20 | May-20 | Jun-20 | Jul-20 | Aug-20 | Sep-20 | Oct-20 | Nov-20 | Dec-20 | |
A | 120 | 01/01/2020 | 31/12/2020 | 01/01/2020 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 |
B | 120 | 01/01/2020 | 31/12/2020 | 01/03/2020 | - | - | 30.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 | 10.00 |