Hello all,
I am trying to make a function that shows by which quantity the "sold" quantity is supplied by. For example, the first 3 sold quantities, -50, -30 and -20 are all supplied by the first 100 (received), as the 100 can cover all those.
It will not be able to cover the next -20, as we then would be in deficit. The last -20 will then be supplied by the next "received quantity" which is 20.
Is there a way of setting up a system or a function?
Let me know if something is unclear.
Thanks a lot!
I am trying to make a function that shows by which quantity the "sold" quantity is supplied by. For example, the first 3 sold quantities, -50, -30 and -20 are all supplied by the first 100 (received), as the 100 can cover all those.
It will not be able to cover the next -20, as we then would be in deficit. The last -20 will then be supplied by the next "received quantity" which is 20.
Is there a way of setting up a system or a function?
Let me know if something is unclear.
Thanks a lot!