removing stock updates the quantity. I cannot figure out what the easiest method would be without creating a loop because if I add stock I would have to keep upping the numbers of that column.
If I already had a quantity of 20 water bottles and then I got in another 20 bottles of water one week, and the next week I got another 20, instead of just putting in 20, I would have to change the existing 20 to 40 bottles of water for a total of 60.
same thing goes for the removing stock. If I had 60, but I got rid of 20 one day, then the next another 20 I would essentially be doing the subtraction myself.
Is there any way of changing this so those Columns could go back to 0 as soon as the total quantity is updated?
this is a very bare bones sheet right now as I try to come up with a system.
Is it worth the headaches of just updating the numbers myself manually?