Sample Data
This table shows numbers in columns A and B. Column C will contain formulas that add values from columns A and B in the same row.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | 5 |
| B2 | 15 |
| B3 | 25 |
| C1 | |
| C2 | |
| C3 |
Jump into concepts and practice - no test required
This table shows numbers in columns A and B. Column C will contain formulas that add values from columns A and B in the same row.
| Cell | Value |
|---|---|
| A1 | 10 |
| A2 | 20 |
| A3 | 30 |
| B1 | 5 |
| B2 | 15 |
| B3 | 25 |
| C1 | |
| C2 | |
| C3 |
=A1+B1A B C 1 | 10 | 5 | -> | 2 | 20 | 15 | | 3 | 30 | 25 | |
A B C 1 | 10 | 5 | 15 | 2 | 20 | 15 | | 3 | 30 | 25 | |
= sign at the start of a formula in Excel mean?= in Excel= sign tells Excel that the following text is a formula to calculate.=, Excel treats input as text or numbers, not formulas.= means calculate formula [OK]= to calculate.=A1 + B1 correctly adds values in A1 and B1.=A1*B1?=A1*B1 multiplies 5 by 3, result is 15.=A1 + B1 if it shows an error when A1 contains text 'Hello' and B1 contains 10?B2 by price per item in cell C2. Which formula correctly does this and updates automatically if values change?= to calculate.*, so =B2*C2 is correct.