Lecture 5 - Excel Formula
Lecture 5 - Excel Formula
1
FORMULAS
Formula is a mathematical equation that
calculates new values from existing values.
In Excel, Each formula should begin with
an equal sign.
The common operators used in formulas
are: add (+), subtract (-), multiply (*),
divide (/).
As a rule, formulas do not contain
spaces.
Types of Formula
Manual / Hand written formula
e.g. =A1+B1+C1
Inbuilt formula (Functions) e.g.
SUM, MAX, MIN,
Create a formula
Click the cell in which you want to enter the
formula.
Type = (an equal sign)
Select the cell / Type cell reference
Insert an Operator to specify the calculation
(eg =A4 + B4+C4+D4)
Press ENTER.
Parts of Formula
Equal sign (=)
Function (Operator)
Cell range e.g. C1:G5
OPERATORS
Logical test