answersLogoWhite

0


Best Answer

There are a few ways of doing it. Say for example you have a list of numbers in the cells from A2 to A15, and you want to show a running total in column B. The formula in B2 will simply be:

=A2

In B3 you would want to add the total in B2 to the next value in A3, so you would have the following formula:

=B2+A3

That formula could then be copied down through all the cells to B15, giving you a running total.

Another way of doing it is using absolute references. You would put the following formula in B2 and copy it all the way down to B15:

=SUM(A$2:A2)

As it is copied down the A$2 will remain the same, but the A2 will change. So in each formula, you are summing always starting from A2 but down to the current row. This gives you a running total.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: In a spreadsheet what is the formula for running totals?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Used in place of a calculator to view range totals?

An electronic spreadsheet.


In a spreadsheet a built in formula is called?

In a spreadsheet a built-in formula is called a function.


What can be used in place of a calculator to view the sum or other types of totals of a grooup of numbers?

A spreadsheet.


Where would value be located in excel?

Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.Values are stored in cells on the spreadsheet. When a cell is selected, you will see its contents on the formula bar.


What is the automatic modification of a formula in a spreadsheet?

NOTHING


What is a statement that performs a calculation in a spreadsheet?

A formula.


What is any number you enter into a spreadsheet is called?

A value. IN a spreadsheet, it's either a value or a formula.


What a formula always begins with?

Type = (equal sign) to begin a formula on a spreadsheet.


What is a formula in IT?

A formula in IT may be the instructions put into a spreadsheet to process the data stored on the spreadsheet. Or, it may mean the method used to use Information Technology correctly.


A spreadsheet calculating the sum of 10 numbers entered into spreadsheet cells is an example of?

A formula. It can also be a function.


What is total query?

It is a query that can sum up values and show totals, rather than individual records with their amounts. A query cannot show both the individual values and totals, like in a report or in a spreadsheet, so to find totals they have to be in separate queries to ones that list actual values.


What is the first part of any spreadsheet formula?

the sum.