Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jdog
 
Posts: n/a
Default Create a running totaol


CELL A1 has a number CELL B1 is the total (A1). As I add a number in
CELL A2 I want CELL B2 to be the running total. Then I add a number to
CELL A3 and I want B3 to be the total and etc. I don't want the cells
in B to have any number in them untill I add something in column A.
Please help. THANKS!!


--
Jdog
------------------------------------------------------------------------
Jdog's Profile: http://www.excelforum.com/member.php...o&userid=28433
View this thread: http://www.excelforum.com/showthread...hreadid=480321

  #3   Report Post  
RagDyeR
 
Posts: n/a
Default Create a running totaol

Try this for a non-volatile suggestion:

=IF(A1,SUM($A$1:A1),"")

--

HTH,

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

"Jdog" wrote in message
...

CELL A1 has a number CELL B1 is the total (A1). As I add a number in
CELL A2 I want CELL B2 to be the running total. Then I add a number to
CELL A3 and I want B3 to be the total and etc. I don't want the cells
in B to have any number in them untill I add something in column A.
Please help. THANKS!!


--
Jdog
------------------------------------------------------------------------
Jdog's Profile:
http://www.excelforum.com/member.php...o&userid=28433
View this thread: http://www.excelforum.com/showthread...hreadid=480321


  #4   Report Post  
Sandy Mann
 
Posts: n/a
Default Create a running totaol

"RagDyeR" wrote in message
...
Try this for a non-volatile suggestion:

=IF(A1,SUM($A$1:A1),"")


I assume that you mean to copy the formula down or you meant
=IF(A1,SUM(A:A),"") which would be fine if there was no other numbers in
column A.

If you meant copy down and the OP had say, 4,000 rows of data, would that
not be more of a calculation load than a volatile function? Of course it
would depend on what the rest of the sheet was like.

--
Regards

Sandy

Replace@mailinator with @tiscali.co.uk


  #6   Report Post  
RagDyeR
 
Posts: n/a
Default Create a running totaol

Thank you Don.

You can be my lawyer any time you wish!<bg
--

Regards,

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

"Don Guillett" wrote in message
...
Meant to copy down. Look again
$a$1:a1

--
Don Guillett
SalesAid Software

"Sandy Mann" wrote in message
...
"RagDyeR" wrote in message
...
Try this for a non-volatile suggestion:

=IF(A1,SUM($A$1:A1),"")


I assume that you mean to copy the formula down or you meant
=IF(A1,SUM(A:A),"") which would be fine if there was no other numbers in
column A.

If you meant copy down and the OP had say, 4,000 rows of data, would that
not be more of a calculation load than a volatile function? Of course it
would depend on what the rest of the sheet was like.

--
Regards

Sandy

Replace@mailinator with @tiscali.co.uk





  #10   Report Post  
RagDyeR
 
Posts: n/a
Default Create a running totaol

It would have to be copied down in order to fulfill the OP's request of
being a *running* total.

And, of course ... I always follow OP directives.<g

As far as volatility ... 4,000 rows being calculated every time *anything*
in the sheet changes, is really not even a point of discussion.
--

Regards,

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

"Sandy Mann" wrote in message
...
"RagDyeR" wrote in message
...
Try this for a non-volatile suggestion:

=IF(A1,SUM($A$1:A1),"")


I assume that you mean to copy the formula down or you meant
=IF(A1,SUM(A:A),"") which would be fine if there was no other numbers in
column A.

If you meant copy down and the OP had say, 4,000 rows of data, would that
not be more of a calculation load than a volatile function? Of course it
would depend on what the rest of the sheet was like.

--
Regards

Sandy

Replace@mailinator with @tiscali.co.uk





  #11   Report Post  
noyb
 
Posts: n/a
Default Create a running totaol

The problem I have with this solution is that if you work with the
results of the running total you get #value because of the "" value.

Sandy Mann wrote:
"RagDyeR" wrote in message
...

Try this for a non-volatile suggestion:

=IF(A1,SUM($A$1:A1),"")



I assume that you mean to copy the formula down or you meant
=IF(A1,SUM(A:A),"") which would be fine if there was no other numbers in
column A.

If you meant copy down and the OP had say, 4,000 rows of data, would that
not be more of a calculation load than a volatile function? Of course it
would depend on what the rest of the sheet was like.

  #12   Report Post  
Ragdyer
 
Posts: n/a
Default Create a running totaol

The OP asked that "no number" be present until a value was entered in Column
A.

What are your specs?
Can you accept a zero?

=IF(A1,SUM($A$1:A1),0)

Also, exactly what formula are you using, and in what way are you using it,
that's giving you an error?

There might be viable "workarounds".
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------

"noyb" wrote in message
...
The problem I have with this solution is that if you work with the results
of the running total you get #value because of the "" value.

Sandy Mann wrote:
"RagDyeR" wrote in message
...

Try this for a non-volatile suggestion:

=IF(A1,SUM($A$1:A1),"")



I assume that you mean to copy the formula down or you meant
=IF(A1,SUM(A:A),"") which would be fine if there was no other numbers in
column A.

If you meant copy down and the OP had say, 4,000 rows of data, would that
not be more of a calculation load than a volatile function? Of course it
would depend on what the rest of the sheet was like.


  #13   Report Post  
noyb
 
Posts: n/a
Default Create a running totaol

My apologies, I was actually reacting generally to the fact that Excel
does not handle the results of a formula which resolves to "" very well
and not to this specific question.

Ragdyer wrote:
The OP asked that "no number" be present until a value was entered in
Column A.

What are your specs?
Can you accept a zero?

=IF(A1,SUM($A$1:A1),0)

Also, exactly what formula are you using, and in what way are you using
it, that's giving you an error?

There might be viable "workarounds".

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
How do i create a running total in Excel? Marcus1 Excel Discussion (Misc queries) 2 August 24th 05 12:39 PM
how do i create a running balance on checkbook register mic Excel Discussion (Misc queries) 5 August 4th 05 08:53 PM
Template in Excel prettytwin1 New Users to Excel 1 March 9th 05 09:22 PM
Pivot table (Running Averages) cs02000 Excel Worksheet Functions 0 March 6th 05 10:11 PM
How do I create a running report on Excel Michellle M New Users to Excel 1 January 16th 05 02:54 PM


All times are GMT +1. The time now is 10:51 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"