View Single Post
  #2   Report Post  
Govind
 
Posts: n/a
Default

Hi,

If you need a total of A1 and B1, then enter this formula (without
quotes) in cell C1 "=A1+B1"

But if A1 is received and B1 is shipped, shouldn't your inventory be net
of A1 and B1? If you need that, then enter "=A1-B1" in cell C1

REgards

Govind.



labjr1231 wrote:

I am new to formulas. I would like to run an inventory. 3 columns, A1
recieve,B1 Shipped, C1 Balance.
I want C1 to give total weither I place a number in A1 or B1.

Thanks