+ Reply to Thread
Results 1 to 4 of 4

Creating A Running Inventory

Hybrid View

Caspers Creating A Running Inventory 05-06-2007, 03:10 PM
WinteE A1 = 1, B1 = Sum($A$1;A1) A2... 05-07-2007, 05:32 AM
Caspers =SUM($A$4:A4) Doesn't add to... 05-07-2007, 04:47 PM
WinteE As in the formula the first... 05-08-2007, 02:15 AM
  1. #1
    Registered User
    Join Date
    05-06-2007
    Posts
    2

    Creating A Running Inventory

    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!!

  2. #2
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544
    A1 = 1, B1 = Sum($A$1;A1)
    A2 = 2, copy B1 to B2
    ... and so on

  3. #3
    Registered User
    Join Date
    05-06-2007
    Posts
    2
    =SUM($A$4:A4) Doesn't add to the current total. What I am trying to do is add a number to column 1 and it add it to the running total of the next column. So if I type 1 for my first number the total is 1; if i type 2 for the following number the total now becomes 3. I entered this formula and it doesn't want to add the number to the total. Any help again will be greatly appreciated.
    Last edited by Caspers; 05-07-2007 at 04:59 PM.

  4. #4
    Forum Contributor WinteE's Avatar
    Join Date
    04-07-2007
    Location
    Netherlands
    Posts
    544
    As in the formula the first $A$1 is a fixed position a copy of the formula to cell B4 will result in SUM($A$1:A4).

    Erik

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1