I am trying to create a running inventory for my liquor. What I want to be able to do is have a column that you can input a positive or negative number and have it added or subtracted from the following column.
For Example:
| 1 | | 1 |
| 1 | | 2 | <--------All the same row
| 2 | | 4 |
| -1 | | 3 |
These of course would all be in the same row, and could be re-entered and re-added to the total.
If someone could help me out with the sum function to put in the box it would be greatly appreciated!!
Bookmarks