Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 7
Default Running Total Column

Hello Group Excel,

I am using Excel 2003.

My computation Columns are "E" to "J".

Column "I" is the Total.

Column "J" is the Running Total.

With the following data:

E F G H I J

..12 2.12 .09 -3.25 -.92 -.92

..08 1.99 .03 -2.99 -.89 -1.81

..10 2.05 .07 -3.15 -.93 -2.74

((In the "J" Column when there is no)) -2.74
((amount in Columns "E" to "I",))
((through Row 42 shows the last total.)) -2.74

-2.74

-2.74
After the final total of -2.74, how can I
eliminate subsequent amounts of -2.74
from appearing in the Running Total
Column, until I get to the 42nd Row
that will show the grand total?

Thank you for your help in this matter.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 913
Default Running Total Column

On Sun, 7 Feb 2010 12:18:23 -0500, "DisMusBeDaPlaz"
wrote:

Hello Group Excel,

I am using Excel 2003.

My computation Columns are "E" to "J".

Column "I" is the Total.

Column "J" is the Running Total.

With the following data:

E F G H I J

.12 2.12 .09 -3.25 -.92 -.92

.08 1.99 .03 -2.99 -.89 -1.81

.10 2.05 .07 -3.15 -.93 -2.74

((In the "J" Column when there is no)) -2.74
((amount in Columns "E" to "I",))
((through Row 42 shows the last total.)) -2.74

-2.74

-2.74
After the final total of -2.74, how can I
eliminate subsequent amounts of -2.74
from appearing in the Running Total
Column, until I get to the 42nd Row
that will show the grand total?

Thank you for your help in this matter.



Try the following formula in cell J1:

=IF(OR(ROW()=42,NOT(ISBLANK(I1))),SUM(I$1:I1),"")

Copy down in column J until cell J42.

Hope this helps / Lars-Åke
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Running total for 2 columns IF column 3....... paulab Excel Worksheet Functions 7 November 9th 09 03:26 PM
Is there any way of calculating a running total within a single cell in a column Janev New Users to Excel 2 September 13th 06 01:22 PM
How to hide running total in successive cells in a column JenniferAnderson Excel Worksheet Functions 3 August 10th 06 10:16 PM
Running total at bottom of column? Jazz Drummer Excel Discussion (Misc queries) 3 October 14th 05 12:45 PM
How do I Autosum a running column total in excel? JR5280 Excel Worksheet Functions 2 February 19th 05 01:59 AM


All times are GMT +1. The time now is 12:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"