I want to sum my items by the criteria I choose. I have a status coloumn and a items coloumn and qty coloumn. I want to sum up the qty by items by the criteria in my status.
Item qty status
stuff 5 on order
stuff 10 received
stuff 2 adjust inventory
Answer for stuff is 12 because the on order is not in inventory yet. Hope this makes sense.
Item qty status
stuff 5 on order
stuff 10 received
stuff 2 adjust inventory
Answer for stuff is 12 because the on order is not in inventory yet. Hope this makes sense.