View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default tracking inventory

missed the negative sign

=<current formula+IF(A10,A1,IF(B10,-B1,0))

If this post helps click Yes
---------------
Jacob Skaria


"Jacob Skaria" wrote:

Suppose
A1 = QTy Received
B1 = Qty shipped
In C1 (current inventory)

If you already have a formula
=<current formula+IF(A10,A1,IF(B10,B1,0))



If this post helps click Yes
---------------
Jacob Skaria


"Jackie" wrote:

if there's a # in the "Qty. Received" cell then I want it to add to the
"Current inventory" cell but if there's a # in the "Qty. Shipped" cell then I
want it to subtract it........how can i seperate these functions in 1 formula
so it will do either 1 or the other?