Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
if all column A is additions and B is subtractions
then C1 =SUM(A:A) - SUM(B:B) "STRAC" wrote: 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! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Running Total | Excel Worksheet Functions | |||
Duplicate Running Total Grand Total In Pivot Table | Excel Discussion (Misc queries) | |||
running total and average of that total after 3 events | Excel Discussion (Misc queries) | |||
running total and average of that total after 3 events | Excel Discussion (Misc queries) | |||
% of Running Total to Grand Total in Pivot Table | Excel Programming |