Formula Help for managing a reduction in original order quantity

Hi Folks -

Does anyone know what the following formula would need to be in Monday for us to keep track of recurring orders?

We want to be able to do something that looks like the following:

(original order amount)-(shipment qty)-(shipment qty), etc…until we hit zero and at that point or shortly before then, a trigger is pulled notifying us that the PO has run out.

Thanks

1 Like

Hey @brianwbates :wave:

Would this information be kept track of all within the same item? If so, then you can absolutely create a formula that will continue to subtract different columns from an original “Inventory” column to show the remaining number left:

However, this would require you to only use those original number columns or to add any newly added number columns to the formula as necessary.

Additionally, you may find some helpful information in one of our formula support articles:

If you are looking to create a formula that calculates orders across several items, then a formula will not be possible as the column only works with one item at a time.

However, you can keep an “Inventory” Item that shows the original amount of inventory you have as a negative number. From there, every additional order will show how many of that item you have left within the column summary:

You can also choose to keep the inventory item as positive and have each order show the numbers as negative but in either case, you will need to use the opposite options of + and - numbers between the original inventory item and the order items to make sure the column summary is showing the accurate number of inventory left.

We also have this helpful resources for keeping track of your inventory and orders that you can refer to at any time!:

I hope this helps! Remember to mark as solved if this answers your question :slight_smile:

Cheers,
Jenna

Thank you very much, but this still does not help us:

I’m trying to find a way to track orders.

For example, we get an order for 50 widgets.

Then, over the course of many months, we ship multiple orders against the original 50 (eg 10 widgets one week, 5 widgets the next week, 8 widgets, etc…), until we reach ZERO.

We need to be able to track the total shipped each time against the original order (50), so we know when to stop shipping against the original order.

I don’t think we need a board to do this unless there is an intuitive way to go about it. Alternatively, a formula column would work, wherein column, there would be a formula that we could manually update, each time we ship against the original order (50) and the formula would then calculate the remaining widgets from the original order that is left to ship.

Any suggestion on what that formula would look like in Monday? Thanks