English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to keep a running total of info on an excel spread sheet and are unsure how to do this. The excel help does not help very much. Could someone tell me how to do this.

2006-10-04 03:44:02 · 2 answers · asked by Anonymous in Computers & Internet Software

2 answers

I assume that you want a running total alongside your data (i.e. incrementing down a column next to your amount column)
so assuming your amounts are in Column A and that Row 1 contains Headings (A1='Amount',B1='Running Total')
You would type in cell B2: "=A2" to start off your Running Total
While in cell B3 type: "=A3+B2"
Then just copy the formula in B3 down the whole column and you will get your running total. Moreover this running total will be dynamic in that if any amount value changes anywhere in the sheet the running total column would refresh itself accordingly.

2006-10-04 04:27:41 · answer #1 · answered by Norman 4 · 0 0

I could help you but I would need to see it to be of any use. I will try my best off of the description you presented. Column C = Deposits Column D = Withdrawals Column E = current balance And E53 = true balance Alright if I am correct here, Column C and D will be simple input numbers. It may be useful to format these cells as currency. Column E would be =(Previous current balance) +(deposit amount in that row) - (withdrawal amount in that row) You would make one for your first equation for column E and then simply copy and paste it into the rest of column E. Excel would automatically change the equation for each cell.

2016-03-18 04:38:47 · answer #2 · answered by Anonymous · 0 0

use formula where you want total to appear . . .

=sum(. . . )

In the parentheses, use cell locations or range

For example:

=sum(A1+A2) Cell locations
=sum(A1:A41) Cell range

Hope this helps.

2006-10-04 03:46:34 · answer #3 · answered by DaMan 5 · 2 0

Check this link

http://support.microsoft.com/?kbid=213445

2006-10-04 03:47:36 · answer #4 · answered by Krishna 4 · 0 0

fedest.com, questions and answers