+ Reply to Thread
Results 1 to 3 of 3

How do I Autosum a running column total in excel?

  1. #1
    JR5280
    Guest

    How do I Autosum a running column total in excel?

    What is the formula for the sum a column of numbers which is periodically
    added to. I need to create the revised total automatically as the insetion
    of new data occurs.

  2. #2
    Jason Morin
    Guest

    Re: How do I Autosum a running column total in excel?

    I would suggest just using:

    =SUM(A:A)

    However, if you need to specify a range in col. A, try:

    =SUM(OFFSET(A1,,,COUNT(A1:A30)))

    which starts to sum at A1.

    HTH
    Jason
    Atlanta, GA


    >-----Original Message-----
    >What is the formula for the sum a column of numbers

    which is periodically
    >added to. I need to create the revised total

    automatically as the insetion
    >of new data occurs.
    >.
    >


  3. #3
    Keith
    Guest

    Re: How do I Autosum a running column total in excel?

    Try this:

    A1=SUM(B:B)

    where a1 is the running total of column B

    Keith




    "JR5280" <[email protected]> wrote in message
    news:[email protected]...
    > What is the formula for the sum a column of numbers which is periodically
    > added to. I need to create the revised total automatically as the

    insetion
    > of new data occurs.




+ 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