Is it possible to set a target where an amount of the cumulative bank would be taken?
As an example, let's assume column AO is the cumulative bank and every time it hits 10,000, 5,000 is removed. So the bank never gets higher than 10,000. How could that be achieved? Those amounts are just arbitrary, just to try and explain the concept.
I mean, it will never hit exactly 10,000, more like 10,347 or any sort of variation, but that will be the minimum. Once it hits a minimum of 10,000, that amount of 5,000 is deducted.
Ideally, it would be best to have the amount removed go in the next column, AP, so I figure that is where the formula will go. So the net result would be cumulative bank hits 10,000 in AO233 and now 5,000 is deducted and is in AP233. Does that make sense?
Now the sequence just continues until cumulative bank again hits a minimum of 10,000 and 5,000 is again deducted from AO into AP.
The staking is done in AI and is simply a % of the cumulative bank (2%), so no issues there (
Any thoughts on how to have a formula in AP to handle profit taking?
As an example, let's assume column AO is the cumulative bank and every time it hits 10,000, 5,000 is removed. So the bank never gets higher than 10,000. How could that be achieved? Those amounts are just arbitrary, just to try and explain the concept.
I mean, it will never hit exactly 10,000, more like 10,347 or any sort of variation, but that will be the minimum. Once it hits a minimum of 10,000, that amount of 5,000 is deducted.
Ideally, it would be best to have the amount removed go in the next column, AP, so I figure that is where the formula will go. So the net result would be cumulative bank hits 10,000 in AO233 and now 5,000 is deducted and is in AP233. Does that make sense?
Now the sequence just continues until cumulative bank again hits a minimum of 10,000 and 5,000 is again deducted from AO into AP.
The staking is done in AI and is simply a % of the cumulative bank (2%), so no issues there (
=AI2*0.02
). It will easily adjust to the new cumulative bankAny thoughts on how to have a formula in AP to handle profit taking?