Excel Formulas and Functions: Enter A Formula
Excel Formulas and Functions: Enter A Formula
A formula is an expression which calculates the value of a
cell. Functions are predefined formulas and are already
available in Excel.
For example, cell A3 below contains a formula which adds
the value of cell A2 to the value of cell A1.
For example, cell A3 below contains the SUM function which
calculates the sum of the range A1:A2.
ENTER A FORMULA
EDIT A FORMULA
2. Press Enter.
OPERATOR PRECEDENCE
Example:
Another example,
2a. Select cell A4 right click, and then click Copy (or press CTRL + c)...
...next, select cell B4, right click, and then click Paste under 'Paste Options:' (or
press CTRL + v).
2b. You can also drag the formula to cell B4. Select cell A4,
click on the lower right corner of cell A4 and drag it across to
cell B4. This is much easier and gives the exact same result!
INSERT A FUNCTION
Every function has the same structure. For example, SUM(A1:A4). The name of this function is SUM. The part between
the brackets (arguments) means we give Excel the range A1:A4 as input. This function adds the values in cells A1, A2,
A3 and A4. It's not easy to remember which function and which arguments to use for each task. Fortunately, the Insert
Function feature in Excel helps you with this.