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.
I think you are saying that you want to determine stockOnOrder. If
minStockInWarehouse is more than stockOnHand, you want stockOnOrder to be
the additional amount that you need to order. Right?
If I understand that correctly, stockOnOrder is computed by:
MAX(0, minStockInWarehouse - stockOnHand)
If that does not answer your question, feel to send an Excel file (Excel
2003 or earlier) to joeu2004 "at" hotmail.com. In the text of the email,
please let me know what to look at in the Excel file.
----- original message -----