Hi,
I have question:
For example I have these numbers:
[TABLE="width: 450"]
<colgroup><col><col span="3"><col></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]20000[/TD]
[TD]15000[/TD]
[TD]10000[/TD]
[TD]125000[/TD]
[TD]15000[/TD]
[/TR]
</tbody>[/TABLE]
And I have a decrease of 40000 on these categories and I want to subract this number from the first category (A), and then subtract what is left on the second category (B) until the decrease of 40000 became 0.
How can I model this in a function?
Kind Regards,
NTNTNT
I have question:
For example I have these numbers:
[TABLE="width: 450"]
<colgroup><col><col span="3"><col></colgroup><tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]20000[/TD]
[TD]15000[/TD]
[TD]10000[/TD]
[TD]125000[/TD]
[TD]15000[/TD]
[/TR]
</tbody>[/TABLE]
And I have a decrease of 40000 on these categories and I want to subract this number from the first category (A), and then subtract what is left on the second category (B) until the decrease of 40000 became 0.
How can I model this in a function?
Kind Regards,
NTNTNT