Formulas and Functions - Part 1
Formulas and Functions - Part 1
Formulas
A formula is a simple calculation. For example, adding or subtracting two or more
numbers.
Every formula must start with an equals sign ‘=’. This is the trigger to tell the
spreadsheet to perform a calculation.
Types of formula
+ Add
- Subtract
* Multiply
/ Divide
Task 1 – Formula
Can you identify the correct formula for the following cells? The first one has been
done for you.
E3 = C3 * D3 E4 = E14 =
Task 2 – Functions
Can you identify the correct formula for the following cells? The first one has been
done for you.
1. C5 A. =C3+C4
2. C9 B. =C15+C16
3. C12 C. =C8*C16
4. C13 D. =G4-F4
5. C17 E. =C7+C8
6. C20 F. =SUM(H4:H10)
7. H4 G. =MAX(F4:F10)
8. H11 H. =C4-C8
9. F13 I. =AVERAGE(F4:F10)