how to add or subtract from two cells into one

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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 said:
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

Hi labjr1231

with the info you have given try in C2 =A1-B1

However to keep your inventory balance you will surely need a colum
for Opening Stock?

In which case if Opening Stock was in A1, recieve B1 Shipped C1 an
Balance D1, try in D2 =A1+B1-C
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top