Hello!
My team is attempting to create a sheet and form that counts the amount of inventory of a product we are overselling per day. We essentially would have the inventory start with 15 units per day, we are going to request the number they sold for each entry. The goal is to have the number they enter in the form will be subtracted from the available amount of inventory left for the day (starting number is 15).
The available inventory (15 per day) is on the form and is hidden but trying to figure out how to make the remaining inventory formula stick, it won't allow me to make it a column formula.
Currently this is the formula I am using on Remining Inventory : =[Available Inventory]@row - SUM([Units Sold]1:[Units Sold]@row).
I need to count the units sold per day this will be fed to a report that end users can see if inventory remains and if so how much before they make the decision to oversell. Any Idea how I can do this?