MikeDavalos
New Member
- Joined
- Jan 16, 2014
- Messages
- 2
Hi all,
First time poster. I'm a novice when it comes to excel, so please forgive my amateur knowledge on excel ...
I have an excel sheet that shows deliveries in and out. I would like to create a new column that would have a running total/inventory.
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD]Units[/TD]
[TD]In/Out[/TD]
[TD]Total on Hand[/TD]
[/TR]
[TR]
[TD]140[/TD]
[TD]IN[/TD]
[TD]140[/TD]
[/TR]
[TR]
[TD]140[/TD]
[TD]IN[/TD]
[TD]280[/TD]
[/TR]
[TR]
[TD]150[/TD]
[TD]OUT[/TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]148[/TD]
[TD]IN[/TD]
[TD]278[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]OUT[/TD]
[TD]178
[/TD]
[/TR]
</tbody>[/TABLE]
I believe I have an idea of how it's supposed to work.. with the IF commands, but no clue at all how to put it into place. Any help would be greatly appreciated.
P.S. just to be clear.. If IN/OUT column says "IN" then "Total on hand" needs to add the previous amount from the A column, if it's an "OUT" then it needs to subtract it automatically. Thanks!
First time poster. I'm a novice when it comes to excel, so please forgive my amateur knowledge on excel ...
I have an excel sheet that shows deliveries in and out. I would like to create a new column that would have a running total/inventory.
[TABLE="class: grid, width: 400, align: left"]
<tbody>[TR]
[TD]Units[/TD]
[TD]In/Out[/TD]
[TD]Total on Hand[/TD]
[/TR]
[TR]
[TD]140[/TD]
[TD]IN[/TD]
[TD]140[/TD]
[/TR]
[TR]
[TD]140[/TD]
[TD]IN[/TD]
[TD]280[/TD]
[/TR]
[TR]
[TD]150[/TD]
[TD]OUT[/TD]
[TD]130[/TD]
[/TR]
[TR]
[TD]148[/TD]
[TD]IN[/TD]
[TD]278[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]OUT[/TD]
[TD]178
[/TD]
[/TR]
</tbody>[/TABLE]
I believe I have an idea of how it's supposed to work.. with the IF commands, but no clue at all how to put it into place. Any help would be greatly appreciated.
P.S. just to be clear.. If IN/OUT column says "IN" then "Total on hand" needs to add the previous amount from the A column, if it's an "OUT" then it needs to subtract it automatically. Thanks!