I'm currently making an excel file for someone. But I'm quite stuck.
Here's the problem.
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Size[/TD]
[TD]Quality[/TD]
[TD]order supplier[/TD]
[TD]order customer[/TD]
[TD]Stock[/TD]
[/TR]
[TR]
[TD]5X5[/TD]
[TD]High[/TD]
[TD]200[/TD]
[TD]150[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]5X5[/TD]
[TD]High[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]6X9[/TD]
[TD]Low[/TD]
[TD]100[/TD]
[TD]25[/TD]
[TD]75[/TD]
[/TR]
[TR]
[TD]5X5[/TD]
[TD]High[/TD]
[TD]0[/TD]
[TD]50[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
I can't find the formula for stock. It MUST check size and quality before being able to substract / add. The column Stock must know wh ere to substract. Only if quality and size is the same.
Here's the problem.
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]Size[/TD]
[TD]Quality[/TD]
[TD]order supplier[/TD]
[TD]order customer[/TD]
[TD]Stock[/TD]
[/TR]
[TR]
[TD]5X5[/TD]
[TD]High[/TD]
[TD]200[/TD]
[TD]150[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]5X5[/TD]
[TD]High[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]6X9[/TD]
[TD]Low[/TD]
[TD]100[/TD]
[TD]25[/TD]
[TD]75[/TD]
[/TR]
[TR]
[TD]5X5[/TD]
[TD]High[/TD]
[TD]0[/TD]
[TD]50[/TD]
[TD]0[/TD]
[/TR]
</tbody>[/TABLE]
I can't find the formula for stock. It MUST check size and quality before being able to substract / add. The column Stock must know wh ere to substract. Only if quality and size is the same.