This is the formula that is giving me the Circular reference error
=SUM([Inventory Quantity]@row - (SUMIFS({Order Qty}, {Auto ID Number}, [Auto UNIT ID]@row)))
What I need to do is take the current value in the [Inventory Quantity] and subtract the Order Quantity on another sheet. So if you have a value of 1 in the [Inventory Quantity] cell and there a value of 1 in the {Order Qty} then it should return a value of 0.