So I am stuck on a Formula in a saved search, we have a saved search that pulls the inventory on hand for each of our warehouse, that gets sent to our trading partners via our edi connection. We have 1 column for each of our 3 warehouses. I have been asked to add something in to zero out an item in the other 2 warehouse if we have qty in 1 specific warehouse. Example Item XX, we have stock in W1 and W3, but since we have stock in W3 which we are trying to deplete we want W1 to go to 0. I need to figure out a way to look at W3 and if there stock, W1 needs to be 0, I have tried a case statement mixed with Decode and it doesn't seem to work. Any suggestions or ideas.