Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pete
 
Posts: n/a
Default Running Totals

I wish to be able to store running totals in my Spread
sheet.

If I have values in A1:A10 for example, how would I add
the values to B1:B10 respectively.

Once they are added up, the Values from the formulas in
A1:A10 will be cleared by my Macro.

Basically, all I want is a formula to add A1:A10+B1:B10
then hold the values in B1:B10.

After the sheet has been filled in again, I would like to
repeat the process, keeping the B column as a running
total.
Pete

  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Pete

In B1 enter =IF(A1<"",A1,"")

In B2 enter =IF(A2<"",B1 + A2,"")

Drag/copy B2 down to B10


Gord Dibben Excel MVP

\On Tue, 22 Mar 2005 12:41:58 -0800, "Pete"
wrote:

I wish to be able to store running totals in my Spread
sheet.

If I have values in A1:A10 for example, how would I add
the values to B1:B10 respectively.

Once they are added up, the Values from the formulas in
A1:A10 will be cleared by my Macro.

Basically, all I want is a formula to add A1:A10+B1:B10
then hold the values in B1:B10.

After the sheet has been filled in again, I would like to
repeat the process, keeping the B column as a running
total.
Pete


  #3   Report Post  
RagDyeR
 
Posts: n/a
Default

Just another way:

=SUM($A$1:A1)

And copy down as needed.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

"Gord Dibben" <gorddibbATshawDOTca wrote in message
...
Pete

In B1 enter =IF(A1<"",A1,"")

In B2 enter =IF(A2<"",B1 + A2,"")

Drag/copy B2 down to B10


Gord Dibben Excel MVP

\On Tue, 22 Mar 2005 12:41:58 -0800, "Pete"
wrote:

I wish to be able to store running totals in my Spread
sheet.

If I have values in A1:A10 for example, how would I add
the values to B1:B10 respectively.

Once they are added up, the Values from the formulas in
A1:A10 will be cleared by my Macro.

Basically, all I want is a formula to add A1:A10+B1:B10
then hold the values in B1:B10.

After the sheet has been filled in again, I would like to
repeat the process, keeping the B column as a running
total.
Pete



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
Pivot table (Running Averages) cs02000 Excel Worksheet Functions 0 March 6th 05 10:11 PM
timesheet with running totals of overtime Gord Dibben Excel Worksheet Functions 0 January 25th 05 12:45 AM
running totals Mert Setting up and Configuration of Excel 1 December 11th 04 01:23 PM
RUNNING TOTALS eddie belfast Excel Discussion (Misc queries) 1 December 2nd 04 03:16 PM
running totals in a macro for each month idunnobutheregoes Excel Worksheet Functions 1 November 8th 04 10:35 PM


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

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

About Us

"It's about Microsoft Excel"