Hello Smartsheet Community!
I've been attempting to set up a rolling and automated inventory and have ran into a mind splitting concern. I've been able to set up a Master Inventory, Incoming/Outgoing sheet, and a Rolling Data sheet to speak to one another with notifications to notify when a currently stocked item needs to be ordered, the problem I am having is setting up either an automation or formula that will update the "Current Stock" number any time that an item is taken out of or added to the stock.
To explain the conundrum, lets say on Monday I have 10 of item A in current stock. A log in the rolling data provides that 7 of that item has been removed and an order to refill has been submitted due to notification need. On Friday, we received 15 of Item A and logged into the rolling data. The rolling data sheet speaks to the Incoming/Outgoing sheet with the most recent updates when items are removed or added while the Incoming/Outgoing speaks to the Master Inventory (little bit of a middle man). The issue I'm running into is that the data will provide the sum of all of Item A that has either been removed or added on the Rolling Data sheet or (utilizing a SUMIFS function) set a date parameter to only provide the sum of amounts added or removed for Item A for "Today()". Either way, when used in a simple function of Current Stock +/- Added/Removed Stock will result to trigger to include the total sum or use the data available within the date parameter.
Is there a way to run the formula only once for the day to update the Current Stock number and keeping the updated number without influence of removing or a total sum of data on the Smartsheet platform, or will this require manual entry maintenance?
Thank you anyone in advance that is able to provide assistance!