answersLogoWhite

0


Best Answer

While there are many ways of doing it, the simplest way is to use the SUM function and a range in it like this:

=SUM(A1:A5)

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

This answer is:
User Avatar

User Avatar

Wiki User

10y ago

Any of these formulas will do it:

=SUM(A1:A5)

=A1+A2+A3+A4+A5

=SUM(A1,A2,A3,A4,A5)

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Formula for sum of cells A1 to A5?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a formula that will sum the values contained in spreadsheet cells A2 through A5 and C12?

=SUM(A2:A5)+C12


What is the formula for adding cells A1 through A10?

I would assume you are talking about in a spreadsheet... it would be "=A1+A2+A3+A4+A5+A6+A7+A8+A9+A10" More elegantly you would write =SUM(A1:A10)


What does the SUM function do?

One of the most commonly used functions is the SUM function, which allows you to quickly add up values in a range of cells. To add all the values in all the cells from cell A1 to A10, it could be done with the SUM function in a formula like this:=SUM(A1:A10)That is much simpler than doing:=A1+A2+A3+A4+A5+A6+A7+A8+A9+A10


How do you use count if formulas on excel?

Count cells with numbers: COUNT Count cells with data: COUNTA Count blank cells: COUNTBLANK As an example: =COUNT(A1:A5) =COUNTA(A1:A5) =COUNTBLANK(A1:A5)


Role of key word sum?

Primarily it can be used to total up cells or values. It is best used when you have a large number of cells and/or values to total. If you wanted total all the cells from A5 to A17 your formula, which must be in a cell not included in that range, would be: =SUM(A5:A17) You can use it to total numbers in this manner, though it would not be done often: =SUM(12,45,11,34,19,30) It would be better to put those values in individual cells and then total them. To add a mix of cells and values you could have something like: =SUM(A5:A17,23,19,C20,45,D14:E19) Although there is no need to do so, it can also be used for other types of calculations that aren't adding values. You can do something like: =SUM(10-2) or =SUM(A5-A11) However, in those instances it would be better to just do: =10-2 or =A5-A11 If you are only adding a small amount of cells, it is quicker to leave out the sum: =SUM(A1+D23) It would be better to do: =A1+D23


What is the Microsoft Excel formula for adding the first column rows 1 through 5?

The simplest way is like this: =SUM(A1:A5)


How will you create a basic formula after selecting the cell in which you would like to use the formula?

After you select the cell, just start typing your formula. Always start a formula with the = sign. [=sum(a1:a5)]


How to sum top 5 numbers out of 10 in Microsoft Excel or OpenOffice Calc?

Suppose you had the following numbers in column A...10, 13, 12, 16, 14, 17, 19, 20, 11 & 15...and you wanted to total just the first five numbers, putting the result in cell B10. Position the cursor in cell B10, and type the formula =sum(A1:A5) this adds just the cells A1 to A5 (inclusive) and displays the result in cell B10.You can substitute the cells used in your spreadsheet for the cells in this example.


Which formula can add the all the numeric values in a range of cells ignoring those which are not numeric and place the resulting a different cell?

You can use the SUMIF function to sum only the numeric values in a range of cells and place the result in a different cell. The formula would look something like this: =SUMIF(range,"<>"&"",range). This will sum all the numeric values in the specified range and ignore any non-numeric values.


What cell references does the formula SUM A4A13 contain?

SUM A4A13 is not a formula. It would have to be like this: =SUM(A4:A13) The cells are a range and it is a relative reference. Cells A4, A5, A6, A7, A8, A9, A10, A11, A12 and A13 are the cells in the range.


What is the addition formula for Excel spreadsheets?

Simple addition can be done using the + sign: =A3 + A5 The formula for doing addition in Microsoft Excel can use the SUM function. =SUM(A3+A15) You click on the box you want the sum to appear in. In that box you type=SUM( then you write the boxes you want to add up. ex: B1,C1,D1. make sure you put a comma between each box number ex:=SUM(B1,A1,C1) To do a block of cells you can use a range reference. To sum all the cells from A2 to A15, you would use a colon in between them: =SUM(A2:A15)


How do you use Microsoft Excel to multiply numbers in A column and B column?

You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2You do it as follows, making sure the formula is not entered in cell A5 or cell B2:=A5*B2