Greetings all and happy new year - sorry for the solicitation but desperate to get this working asap to avoid manual work !!!
I'm trying to create a formula to accomplish the following. I am looking for a completed excel template I can use and post the formula/excel file here for others' use.
I have 4 columns in an excel worksheet...
(1) Start Date - when the revenue stream begins (date field)
(2) Revenue Amount - dollar currency field
(3) Arrangement - Either "One off" or "Recurring"
(4) # of Months - If one off, how many months of revenue (number 1-12)
For each row I need a formula which will generate an array of monthly revenue based on this logic. I prefer a formula over a macro.
If it's a one off, the formula will simply divide the monthly revenue by the # of months and begin on the start date.
If its a recurring row, the formula will divide the revenue by the # of months and begin on the start date but follow a ramp pattern (month #1 is 33%, month #2 is 50%, month #3 is 66, month 4 is 75%, then 100% in month 5)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Start Date[/TD]
[TD]Revenue[/TD]
[TD]Arrangement[/TD]
[TD]# Months[/TD]
[TD]Jan, '18[/TD]
[TD]Feb, '18[/TD]
[TD]....[/TD]
[TD]Dec, '18[/TD]
[TD]Jan, '19[/TD]
[TD]Feb, '19[/TD]
[TD]...[/TD]
[TD]Dec, '19[/TD]
[/TR]
[TR]
[TD]Jan 1, 2018[/TD]
[TD]$120[/TD]
[TD]One-Off[/TD]
[TD]2[/TD]
[TD]60[/TD]
[TD]60[/TD]
[TD]...[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Jan 15, 2018[/TD]
[TD]$120[/TD]
[TD]One-Off[/TD]
[TD]12[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]...[/TD]
[TD]10[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]...[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Feb 1, 2018[/TD]
[TD]$60[/TD]
[TD]Recurring[/TD]
[TD][/TD]
[TD]0[/TD]
[TD]1.65[/TD]
[TD]...[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]...[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!!!
I'm trying to create a formula to accomplish the following. I am looking for a completed excel template I can use and post the formula/excel file here for others' use.
I have 4 columns in an excel worksheet...
(1) Start Date - when the revenue stream begins (date field)
(2) Revenue Amount - dollar currency field
(3) Arrangement - Either "One off" or "Recurring"
(4) # of Months - If one off, how many months of revenue (number 1-12)
For each row I need a formula which will generate an array of monthly revenue based on this logic. I prefer a formula over a macro.
If it's a one off, the formula will simply divide the monthly revenue by the # of months and begin on the start date.
If its a recurring row, the formula will divide the revenue by the # of months and begin on the start date but follow a ramp pattern (month #1 is 33%, month #2 is 50%, month #3 is 66, month 4 is 75%, then 100% in month 5)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Start Date[/TD]
[TD]Revenue[/TD]
[TD]Arrangement[/TD]
[TD]# Months[/TD]
[TD]Jan, '18[/TD]
[TD]Feb, '18[/TD]
[TD]....[/TD]
[TD]Dec, '18[/TD]
[TD]Jan, '19[/TD]
[TD]Feb, '19[/TD]
[TD]...[/TD]
[TD]Dec, '19[/TD]
[/TR]
[TR]
[TD]Jan 1, 2018[/TD]
[TD]$120[/TD]
[TD]One-Off[/TD]
[TD]2[/TD]
[TD]60[/TD]
[TD]60[/TD]
[TD]...[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]-[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Jan 15, 2018[/TD]
[TD]$120[/TD]
[TD]One-Off[/TD]
[TD]12[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]...[/TD]
[TD]10[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]...[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]Feb 1, 2018[/TD]
[TD]$60[/TD]
[TD]Recurring[/TD]
[TD][/TD]
[TD]0[/TD]
[TD]1.65[/TD]
[TD]...[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]5[/TD]
[TD]...[/TD]
[TD]5[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance!!!
Last edited by a moderator: