When I transfer completed orders from the working sheet to the archive sheet, I encounter a formula error in calculating the final stock.
Before moving the data:
=[Initial Stock]@row - SUMIFS([Total Quantity Requested]$1:[Total Quantity Requested]@row, Collected$1:Collected@row, 1, [Item_ID]$1:[Item_ID]@row, [Item_ID]@row)
After move the data to Archive sheet:
=[Initial Stock]@row - SUMIFS(#REF:[Total Quantity Requested]@row, #REF:Collected@row, 1, #REF:[Item_ID]@row, [Item_ID]@row)
Please help me with a workaround.