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

Im making a budget and can figure out for the life of me how to add everything up, can someone help me?

2007-09-16 12:58:44 · 4 answers · asked by x_oh_mandi_x 1 in Computers & Internet Software

4 answers

put your cursor in the cell where you want the total and type:

=sum(a1:a12)

a1 thru a12 are where the figures to add up are.

good luck :)

2007-09-16 13:04:55 · answer #1 · answered by Blue October 6 · 0 0

The squares are called cells. They have a letter and a number to tell you what cell you're talking about - the letter and the number on the edges of the sheet intersect. for instance, the top left cell is A1, next to that A2, below that B2 etc.

To add up a series of cells, just use the formula =sum(firstcell : lastcell)

So, if you wanted to add the first column, from A1 down to J1, you'd put the cursor in the cell where you want the answer to appear and say =sum(A1:J1)

2007-09-16 20:09:30 · answer #2 · answered by Stuart 7 · 0 0

There are a couple different ways to do it. If you have a list of amounts that you just want to add up then just highlight what you want to add up and then click on the funny shape at the top of page or if you want the comp to continuously add it up for you you can tell it what all columns to add up by for example you want to designate column A rows 1 thru10 and you want the answer to be in row 12 then you will go to row 12 and and put =A1+A10 and it will add all of them up for you. You can do it by going to the cell you want the answer in and typing = and then clicking on the cell you want and typing + or - whichever you want and then clicking on the other cell you want in the equation and then hitting enter it will do the same thing you can just pick out which cells you want to put in the equation. Hope this helps.

2007-09-16 20:16:09 · answer #3 · answered by just me 2 · 0 0

if all the numbers are in one column, then in the box where you want the total to be, put in "=sum(a:a)" but the total box cannot be in column a. if you just want certain boxes to add up, put "=a5+a6" (or whatever the name of the cells or boxes are). there are the letters across the top and numbers down the side to name the cells.

2007-09-16 20:11:03 · answer #4 · answered by mollyS 2 · 0 0

fedest.com, questions and answers