Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
A question about microsoft excel?
I am using microsoft excel (windows XP 64 version) to make a spreadsheet for my acounts. How do I make collumns and rows of figures automatically add up?
Many thanks in advance for any help given.
3 Answers
- JimLv 67 years agoFavorite Answer
With Microsoft Excel, you start with the equals sign, not the at symbol:
=SUM(A1:A1000)
The SUM function treats blank cells as 0. FYI, the AVERAGE function treats blank cells as if they didn't
exist.
-----A---
1 - 12
2 - 14
3 - 0
4 - 15
5 - 19
=AVERAGE(A1:A5) returns with 12
-----A---
11 - 12
12 - 14
13 - <blank>
14 - 15
15 - 19
=AVERAGE(A11:A15) returns with 15, not 12
- unknown friendLv 77 years ago
Go to the cell immediately below or beside the column or row you want to add. Then you have two choices you can either manually type the formula to sum in or use the button at the top that looks like a backward capital. Both will sum.
To type it in manually you type @sum(a1:a1000) if you want to add the column a from cell a1 down to a1000 for example. The colen seperates the start cell and the finish cell in the range name.
If you use the auto sum it will name the range immediately above up until it hits a space or across until I hits a space. Empty cells aka spaces stop automated functions but you can manually drag or edit the formulas after or during if you need to.
- Anonymous7 years ago
Try "SUM(A1:A5)" were the a1 and a2 are teh range of cells that you want to add up