Excel Practical Question Intermediate
Excel Practical Question Intermediate
You are provided with the following student test score data. Create a Microsoft Excel worksheet
Perform the tasks that follow using Excel functions and tools.
|--------------|------|---------|---------|
| John | 78 | 85 | 92 |
| Amina | 64 | 70 | 75 |
| Brian | 88 | 90 | 94 |
| Grace | 55 | 60 | 58 |
| David | 90 | 86 | 89 |
| Laila | 72 | 75 | 78 |
| Peter | 82 | 80 | 85 |
| Cynthia | 49 | 55 | 60 |
Tasks:
1. Calculate the **Total Score** for each student using the `SUM` function.
2. Calculate the **Average Score** for each student using the `AVERAGE` function.
3. Find the **Minimum** and **Maximum** score for each subject using the `MIN` and `MAX`
functions.
4. Use the `IF` function to determine whether each student has **Passed** or **Failed**. (Pass if
Average Score >= 60)
5. Use the `COUNTIF` function to count how many students **Passed** and how many **Failed**.
7. Create a **Pie Chart** showing the proportion of students who Passed vs Failed.