ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Formula to automatically show running total (https://www.excelbanter.com/excel-worksheet-functions/231091-formula-automatically-show-running-total.html)

TexArty

Formula to automatically show running total
 
Newbie hates to ask but I'm stuck in a rut. I am trying to automatically
show a running total in column F for all additional amounts listed in column
E when I click in Column F.
Any and all advice will be greatly appreciated.

Abbey Somebody

Formula to automatically show running total
 
On Sun, 17 May 2009 07:36:01 -0700, TexArty
wrote:

Newbie hates to ask but I'm stuck in a rut. I am trying to automatically
show a running total in column F for all additional amounts listed in column
E when I click in Column F.
Any and all advice will be greatly appreciated.



Click on column E (be sure it is E, the one you want to know about).
Then look carefully at the data at the bottom of the spreadsheet window.

You should see totals there already for you. Other data as well.

RagDyeR

Formula to automatically show running total
 
Your question is not too clear!

If you want a single cell, say F1, to display the present total of values in
Column E,
enter this in F1:
=Sum(E:E)

If you want Column F to display the totals in Column E, row by row,
enter this in F1:
=Sum(E$1:E1)
and copy down as needed.

If you *don't* want to see the totals duplicated down Column F,
where Column E is empty,
enter this in F1:
=IF(E1="","",SUM(E$1:E1))
and copy down as needed.

The above 2 formulas are *very* XL resource intensive, so don't use them in
excess of a thousand rows or so.

Post back if I misunderstood your question, or you need a *large* range to
be calculated.
--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"TexArty" wrote in message
...
Newbie hates to ask but I'm stuck in a rut. I am trying to automatically
show a running total in column F for all additional amounts listed in

column
E when I click in Column F.
Any and all advice will be greatly appreciated.




All times are GMT +1. The time now is 04:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com