1e1
1e1
Formulas with functions start with an equals sign, then the function name follows with its
Formulas with functions start with an equals sign, then the function name follows with its
arguments (the values a function uses to calculate) wrapped in parentheses.
To cells,
re about formulas, Subtract, select cell F4, type =C3-C4, then press Enter.
and ranges
el is made up of individual cells that are grouped into rows and columns. Rows are numbered, and columns are le ered. There are over 1 m
You confirm a formula by pressing Enter. Once you do that the formula will calculate,
and the result will be displayed in the cell. To see the formula itself, you can look at the
formula bar beneath the Ribbon, or press F2 to enter Edit mode, where you'll see the
formula in the cell. Press Enter again to finalize the formula and calculate the result.
=SUM(A
)
More information on the web
Use Excel as a calculator
hat takes a value or values, calculates them in a certain way, and returns a result. For instance, the SUM func on takes the cell references
lues a func on uses to calculate) wrapped in parentheses.
splayed in the cell. To see the formula itself, you can look at the formula bar beneath the Ribbon, or press F2 to enter Edit mode, where yo
he formula arguments, and A1:A10 is the cell range for the function.
ontain the formula arguments, and A1:A10,C1:C10 are the cell ranges for the function separated by a comma.
GOOD TO KNOW
Operator Operator Constants are values that you enter in cells o
While =10*20 might calculate the same as =A
=A1+B =10*20 aren't a good practice. Why? Because you can
constant without selecting the cell and lookin
Cell can make it hard to change later. It's much ea
1 refere
nce
Cell
reference
Constant Constant constants in cells, where they can be easily ad
referenced in your formulas.
=SUM(A1:A10)
A range of cells has a starting cell, colon, and an
A range of cells has a starting cell, colon, and an
ending cell. When you select a range of cells for a
formula, Excel will automatically add the colon.
=SUM(A1:A10,C1:C10
A range of cells Another range of cells
s F2 to enter Edit mode, where you'll see the formula in the cell. Press Enter again to finalize the formula and calculate the result.
Values
4
8
12