Hi
Im new to here, I have following question
[TABLE="class: outer_border, width: 400"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Product[/TD]
[TD]Production[/TD]
[TD]Cumulative[/TD]
[TD]Dispatch[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]1 Jan 17[/TD]
[TD]Apple[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]0[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]2 Jan 17[/TD]
[TD]Banana[/TD]
[TD]12[/TD]
[TD]12[/TD]
[TD]0[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]3 Jan 17[/TD]
[TD]Apple[/TD]
[TD]15[/TD]
[TD]25[/TD]
[TD]14[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]4 Jan 17[/TD]
[TD]Apple[/TD]
[TD]16[/TD]
[TD]27[/TD]
[TD]14[/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 41px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 444"]
<tbody>[TR]
[TD="width: 78"]Cumulative
[/TD]
[/TR]
</tbody>[/TABLE]
</body>I have Excel sheet like this, and have same column. Having six different product. Each product having unique dispatch value. As per above example, for apple need to dispatch once cumulative total exceed 14,
Cumulative total = Production+Balance-Dispatch
Currently Im manually select previous product balance cell when calculating cumulative balance total.
I tried to several way to automate this, but still failed.
Need your expert views to complete this task
Thank you in advance
regards
Amila
Im new to here, I have following question
[TABLE="class: outer_border, width: 400"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Product[/TD]
[TD]Production[/TD]
[TD]Cumulative[/TD]
[TD]Dispatch[/TD]
[TD]Balance[/TD]
[/TR]
[TR]
[TD]1 Jan 17[/TD]
[TD]Apple[/TD]
[TD]10[/TD]
[TD]10[/TD]
[TD]0[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]2 Jan 17[/TD]
[TD]Banana[/TD]
[TD]12[/TD]
[TD]12[/TD]
[TD]0[/TD]
[TD]12[/TD]
[/TR]
[TR]
[TD]3 Jan 17[/TD]
[TD]Apple[/TD]
[TD]15[/TD]
[TD]25[/TD]
[TD]14[/TD]
[TD]11[/TD]
[/TR]
[TR]
[TD]4 Jan 17[/TD]
[TD]Apple[/TD]
[TD]16[/TD]
[TD]27[/TD]
[TD]14[/TD]
[TD]13[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 41px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="width: 444"]
<tbody>[TR]
[TD="width: 78"]Cumulative
[/TD]
[/TR]
</tbody>[/TABLE]
</body>I have Excel sheet like this, and have same column. Having six different product. Each product having unique dispatch value. As per above example, for apple need to dispatch once cumulative total exceed 14,
Cumulative total = Production+Balance-Dispatch
Currently Im manually select previous product balance cell when calculating cumulative balance total.
I tried to several way to automate this, but still failed.
Need your expert views to complete this task
Thank you in advance
regards
Amila