Hi all, I am looking for advice on the best workflow to manage inventory deductions. I currently have two sheets where
- Sheet 1 (Master Stock List): Contains hundreds of items, locations, and catalog numbers.
- Sheet 2 (Weekly Usage): Operators log items used during the week by scanning QR codes.
Currently, Sheet 1 uses a SUMIF cross-sheet formula to subtract the quantities found in Sheet 2. The problem is that Sheet 2 is cleared every week to make room for new entries. When those rows are deleted, my stock levels in Sheet 1 "reset" because the formula no longer sees the data.
How can I keep Sheet 1 updated permanently without the numbers breaking when the weekly scans are cleared? Is there an automation or archiving workflow you would recommend?