Subtract

  • Thread starter Thread starter cmlm
  • Start date Start date
C

cmlm

On sheet A, I have column: A1(product name) A2(quantity).

When I copy a row with the data in above columns to sheet 2, it must
automatically deduct 1(one) from A2.

Can you please help?

Thanks.
 
Hi
this would require VBA (using event procedures) Do you really want to
go this way. Note: excel is IMHO not well suited for maintaining an
inventory
 
Maybe.....
In Sheet2 cell A1, put...........=Sheet1!A1
In Sheet2 cell A2, put...........=Sheet1!A2-1
In Sheet2 cell A3, put...........=Sheet1!A3
etc etc etc

Vaya con Dios,
Chuck, CABGx3
 

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