answersLogoWhite

0


Best Answer

The simplest and best way is:

=A1+A2

You could also do it any of the following ways:

=SUM(A1:A2)

=SUM(A1,A2)

=SUM(A1+A2)

=SUBTOTAL(9,A1,A2)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the correct formula for adding the values in cells A1 A2 A3?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a predefined formula that performs common calculations such as adding the values in a group of cells or generating a value such as the time or date?

function


When you set up a worksheet should you use cell references in formulas whenever possible rather than blank values?

Yes, cell references should be used. It is not necessary to have values in cells before the formulas that are referring to those cells can be typed. So a formula can be created with cell reference that refer to blank cells first. After that you could enter the values and when you do, the formulas will update their results by using the values that are in the cells. A formula does not change if cells are empty or not. So you could type any formula before entering values that the formula will use. The formula may at first result in a zero value or even an error, but will give the correct result when values are entered into the cells it refers to.


When you set up a worksheet you should use cell references in formulas whenever possible rather than values.?

Yes, cell references should be used. It is not necessary to have values in cells before the formulas that are referring to those cells can be typed. So a formula can be created with cell reference that refer to blank cells first. After that you could enter the values and when you do, the formulas will update their results by using the values that are in the cells. A formula does not change if cells are empty or not. So you could type any formula before entering values that the formula will use. The formula may at first result in a zero value or even an error, but will give the correct result when values are entered into the cells it refers to.


When you set up a worksheet you should use cell references in formulas whenever possible rather than blank values.?

Yes, cell references should be used. It is not necessary to have values in cells before the formulas that are referring to those cells can be typed. So a formula can be created with cell reference that refer to blank cells first. After that you could enter the values and when you do, the formulas will update their results by using the values that are in the cells. A formula does not change if cells are empty or not. So you could type any formula before entering values that the formula will use. The formula may at first result in a zero value or even an error, but will give the correct result when values are entered into the cells it refers to.


Is a formula an equation that performs calculations on number values in cells?

a formula is an equation that performs mathematical calculations on number values in cells


What is cell addition in excel?

It is adding values in cells together. If you have a number in A2 and another in A3, then in A4 you could add the two number by having the following formula: =A2+A3 You can also add lots more cells by having more in the formula or using the SUM function. This will add all the values from the cells A2 to A20. =SUM(A2:A20)


What are formula cells?

In a spreadsheet they are cells that have formulas in them, as opposed to blank cells or ones with values.


Does the sum function compares the contents of two cells?

No. It is for adding up values.


What is auditing in excel?

Auditing is the process of checking formulas and the spreadsheet in general to find errors and correct errors. It enables you to do things like find out if a cell is being used by another formula or find out what cells a formula uses. This enables you to ensure that cells that should be included in a formula, like when you are totalling a range of cells, are included. It can also help identify cells that are in a spreadsheet with values that are not being used. This could enable you to correct formulas that should include a cell, or get rid of cells with values that are not needed. It also may help to define more efficient formulas and simplify a spreadsheet.


What is analysing in a spreadsheet?

Analysing is basically checking that the spreadsheet is correct. Things like the correct formulas are there and they are referring to the correct cells, and the correct values are being used in the cells.


What is the name of the formula use when adding multiple cells together?

sum~ Apex


What is cell addition in adding numeric data?

It is using cells in addition calculations instead of actual values. So if you wanted to add 5328 and 61134 on a spreadsheet you could do a straight calculation like this: =5328 + 61134 That will work, but it is not very flexible, as if you wanted to add any other two numbers you would have to do a new formula and while you can see the total, you can't easily see the values used in the formula. The formula is also fixed, so it is no use for any other two value and so it cannot be copied. So what is done is to put the values into actual cells and use the cells in the formula. So you could put the 5328 in cell A2 and the 61134 in B2 and then have the following formula: =A2+B2 Now you will still get the same answer, but you can see the two figures on the spreadsheet. You can change the figures in the cells and the formula will add whatever values are in those cells. You can also copy the formula to use it for other values. Using this format is cell addition.