Hi All,
I have a challenging formula I am trying to create. It essentially incorporates a threshold on profitability. Below I've laid out a simplified version of the data I am working with to help illustrate my problem.
[TABLE="width: 874"]
<colgroup><col><col span="2"><col><col span="6"></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]2017[/TD]
[TD="align: right"]2018[/TD]
[TD="align: right"]2019[/TD]
[TD="align: right"]2020[/TD]
[TD="align: right"]2021[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]Capital Cost[/TD]
[TD="align: right"]$28,000[/TD]
[TD][/TD]
[TD]Operating cost[/TD]
[TD="align: right"]$25,000[/TD]
[TD="align: right"]$30,000[/TD]
[TD="align: right"]$34,000[/TD]
[TD="align: right"]$40,000[/TD]
[TD="align: right"]$20,000[/TD]
[TD="align: right"]$149,000[/TD]
[/TR]
[TR]
[TD]Profits retained after Capital Recovery[/TD]
[TD="align: right"]50%[/TD]
[TD][/TD]
[TD]Revenue[/TD]
[TD="align: right"]$5,000[/TD]
[TD="align: right"]$38,000[/TD]
[TD="align: right"]$48,000[/TD]
[TD="align: right"]$75,000[/TD]
[TD="align: right"]$25,000[/TD]
[TD="align: right"]$191,000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Recovery during Period[/TD]
[TD="align: right"]($20,000)[/TD]
[TD="align: right"]$8,000[/TD]
[TD="align: right"]$14,000[/TD]
[TD="align: right"]$35,000[/TD]
[TD="align: right"]$5,000[/TD]
[TD="align: right"]$42,000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Cumulative Recovery[/TD]
[TD="align: right"]($20,000)[/TD]
[TD="align: right"]($12,000)[/TD]
[TD="align: right"]$2,000[/TD]
[TD="align: right"]$37,000[/TD]
[TD="align: right"]$42,000[/TD]
[TD="align: right"]$42,000[/TD]
[/TR]
</tbody>[/TABLE]
So you can see I have a cost line and revenue line. I then have calculated the recovery (profit) for each year and the cumulative recovery starting in year 2017.
On the left, are capital cost of $28,000. What I am looking to do is that this company would retain all profits up until they collect the $28,000, however, once they pass $28,000 in profits all subsequent profits are split by 50%. As you can see, in year 2020 cumulative recovery shows $37,000 which is greater than $28,000. 2020 cumulative recovery should actually show $32,500 because they eclipsed $28,000 threshold and the recovery after that is 50% (i.e. 37k - 28k = 9k *.5 = $4.5k. The recovery during 2021 period would actually only be $32,500 as well.
Year 2021 would be applied against 50% percent as well since we have already recovered the capital costs of $28k. 2021 would actually show $2,500 bringing the cumulative recovery to $35,000 in total.
Does anyone have an equation or suggestions we could apply in this situation? Please shoot me back questions if i need to further clarify.
I have a challenging formula I am trying to create. It essentially incorporates a threshold on profitability. Below I've laid out a simplified version of the data I am working with to help illustrate my problem.
[TABLE="width: 874"]
<colgroup><col><col span="2"><col><col span="6"></colgroup><tbody>[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="align: right"]2017[/TD]
[TD="align: right"]2018[/TD]
[TD="align: right"]2019[/TD]
[TD="align: right"]2020[/TD]
[TD="align: right"]2021[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]Capital Cost[/TD]
[TD="align: right"]$28,000[/TD]
[TD][/TD]
[TD]Operating cost[/TD]
[TD="align: right"]$25,000[/TD]
[TD="align: right"]$30,000[/TD]
[TD="align: right"]$34,000[/TD]
[TD="align: right"]$40,000[/TD]
[TD="align: right"]$20,000[/TD]
[TD="align: right"]$149,000[/TD]
[/TR]
[TR]
[TD]Profits retained after Capital Recovery[/TD]
[TD="align: right"]50%[/TD]
[TD][/TD]
[TD]Revenue[/TD]
[TD="align: right"]$5,000[/TD]
[TD="align: right"]$38,000[/TD]
[TD="align: right"]$48,000[/TD]
[TD="align: right"]$75,000[/TD]
[TD="align: right"]$25,000[/TD]
[TD="align: right"]$191,000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Recovery during Period[/TD]
[TD="align: right"]($20,000)[/TD]
[TD="align: right"]$8,000[/TD]
[TD="align: right"]$14,000[/TD]
[TD="align: right"]$35,000[/TD]
[TD="align: right"]$5,000[/TD]
[TD="align: right"]$42,000[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]Cumulative Recovery[/TD]
[TD="align: right"]($20,000)[/TD]
[TD="align: right"]($12,000)[/TD]
[TD="align: right"]$2,000[/TD]
[TD="align: right"]$37,000[/TD]
[TD="align: right"]$42,000[/TD]
[TD="align: right"]$42,000[/TD]
[/TR]
</tbody>[/TABLE]
So you can see I have a cost line and revenue line. I then have calculated the recovery (profit) for each year and the cumulative recovery starting in year 2017.
On the left, are capital cost of $28,000. What I am looking to do is that this company would retain all profits up until they collect the $28,000, however, once they pass $28,000 in profits all subsequent profits are split by 50%. As you can see, in year 2020 cumulative recovery shows $37,000 which is greater than $28,000. 2020 cumulative recovery should actually show $32,500 because they eclipsed $28,000 threshold and the recovery after that is 50% (i.e. 37k - 28k = 9k *.5 = $4.5k. The recovery during 2021 period would actually only be $32,500 as well.
Year 2021 would be applied against 50% percent as well since we have already recovered the capital costs of $28k. 2021 would actually show $2,500 bringing the cumulative recovery to $35,000 in total.
Does anyone have an equation or suggestions we could apply in this situation? Please shoot me back questions if i need to further clarify.