Session 3 - Simple Formulas and Functions
Session 3 - Simple Formulas and Functions
Duration: 1 hour
- What is a Formula?:
- Creating a Formula:
- Order of Operations:
- Addition (+):
- Subtraction (-):
- Multiplication (*):
- Division (/):
- Introduction to AutoSum:
- Sum Function:
- Example: `=SUM(A1:A10)`
- AutoSum Shortcut:
- What is a Function?:
- Common Functions:
- Example: `=AVERAGE(A1:A10)`
- Example: `=MIN(A1:A10)`
- Example: `=MAX(A1:A10)`
- Example: `=COUNT(A1:A10)`
- Create a new workbook and enter sample data (e.g., sales figures, test
scores).
- Apply the AVERAGE, MIN, MAX, and COUNT functions to a range of data.
1. Creating a Formula:
- **Example**:
- Addition:
- Select the result cell, type `=A1 + B1`, and press Enter.
- Subtraction:
- Select the result cell, type `=A1 - B1`, and press Enter.
- Multiplication:
- Select the result cell, type `=A1 * B1`, and press Enter.
- Division:
- Select the result cell, type `=A1 / B1`, and press Enter.
3. Excel will automatically select the range to sum. Adjust the range if
necessary.
- Example:
4. Common Functions:
- AVERAGE: - Select the result cell, type `=AVERAGE(A1:A10)`, and
press Enter.
- MIN: - Select the result cell, type `=MIN(A1:A10)`, and press Enter.
- MAX: - Select the result cell, type `=MAX(A1:A10)`, and press Enter.
5. Hands-on Practice:
A1: Item
A2: Apple
A3: Banana
A4: Cherry
B1: Quantity
B2: 10
B3: 15
B4: 7
- `=B2 + B3`
- `=B3 - B4`
- `=B2 * B3`
- `=B3 / B4`
- `=SUM(B2:B4)`
- Apply functions:
- `=AVERAGE(B2:B4)`
- `=MIN(B2:B4)`
- `=MAX(B2:B4)`
- `=COUNT(B2:B4)`