I Want To Practice Using Excel, So Formulate A Da...
I Want To Practice Using Excel, So Formulate A Da...
Alice 85 92 78 88 95
Bob 72 68 85 75 80
Carol 90 85 92 80 88
David 65 70 60 68 72
Eve 88 82 80 90 85
Frank 78 75 72 70 78
Grace 95 90 88 92 90
Harry 60 65 55 62 68
Ivy 82 78 85 75 80
Jack 70 72 68 70 75
Intermediate Features:
12.Filter Data: Filter the data to show only students whose "Average Score" is below
70.
13.Create a Simple Bar Chart: Create a bar chart showing the "Total Score" for
each student. Ensure the student names are clearly visible on the chart.
14.Use VLOOKUP (Optional, for advanced practice): Imagine you have another
table (you'd need to create a small one) with student names and their ID
numbers. Use VLOOKUP to retrieve the "Total Score" for a specific student given
their ID number. (You'd need to add an "ID" column to your main data for this to
work properly, or create a separate lookup table.)
15.Data Validation (Optional): Set up data validation for a new column (e.g.,
"Pass/Fail") so that users can only enter "Pass" or "Fail".
Challenge Questions:
16.Rank Students: Add a new column called "Rank" and rank the students based on
their "Total Score" (1 being the highest).
17.Calculate the Percentage of Students Passing (using a specific threshold): If
a "passing" average is 70 or above, calculate the percentage of students who
passed.
18.Create a PivotTable (for analyzing subject performance): Create a simple
PivotTable to show the average score for each subject.