Stock Control help

  • Thread starter Thread starter Neates - ExcelForums.com
  • Start date Start date
N

Neates - ExcelForums.com

I am doing some AS ICT Coursework. Can anybody tell me the formulae
you have to use to update the stock level once you enter the product
code and quantity of incoming stock? :?
 
Assuming you have a database of transactions including the initial stockage
level, you can do a sum

=sumif(Data!A:A,C9,Data!B:B)+C10

where C9 holds the product code.
and C10 holds the incoming stock.

On the sheet data, the database of productcodes in column A and
quantity/transaction amount in column B.
 

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