N
Nicole
=SUM(S5:X5)+IF(Q5<R5,R5-Q5,0)+IF(R5<Q5,R5-Q5,0)
I want to add if total is <=0 then =0
I want to add if total is <=0 then =0
Nicole said:=SUM(S5:X5)+IF(Q5<R5,R5-Q5,0)+IF(R5<Q5,R5-Q5,0)
I want to add if total is <=0 then =0
Nicole said:What I am doing is I have -
Stock on Hand, Min.Stock in Warehouse, Stock on order.
I want a formula to add together the stock on order, taking into
account the min. stock we want and what we already have made.