What is a Formula?
A formula is an equation used to calculate values in a spreadsheet. Every formula starts with =.
Example:
=B2*C2
What is a Function?
A function is a built-in formula.
Common Functions
SUM = adds values
AVERAGE = finds the mean
MIN = finds the smallest value
MAX = finds the largest value
MEDIAN = finds the middle value
Example Data
Enter this in cells A1:B6:
How to Use Functions
Assume marks are in cells B2:B6.
- Total marks: =SUM(B2:B6)
- Average marks: =AVERAGE(B2:B6)
- Minimum marks: =MIN(B2:B6)
- Maximum marks: =MAX(B2:B6)
- Median marks: =MEDIAN(B2:B6)
Exercise 3: Functions Practice
Using the marks table above, calculate:
- Total marks
- Average marks
- Highest marks
- Lowest marks
- Median marks
Exercise 4: Formula Practice
Enter this table in cells A1:C5:
Tiada ulasan:
Catat Ulasan