Running Total

S

STRAC

I am looking for the formula which will allow me to keep a running total of
items on hand.

For example:

Quantity currently on hand is 100
I issue out 10
I receive in 5
My running total is 95

I know how to do the simple formula for this transaction, however, how do I
then, without having th add a ton of rows, add or subtract from the 95 figure
(how do I make that the old qty on hand), so if I have more issues and
subtractions...

Thanks in advance!
 
P

Patrick Molloy

if all column A is additions and B is subtractions

then C1
=SUM(A:A) - SUM(B: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

Top