You are a data analyst working for "Bright Future Academy.
" You are given a spreadsheet with student
exam results and must perform various tasks using spreadsheet functions and formulas.
Student Date of Fee Fee Admission
Name Class Eng Math Science
ID Birth Paid Due Date
1001 Alice James S1 76 88 90 2008-03-15 300 200 2021-02-05
1002 Brian Okello S2 65 72 68 2007-07-22 400 100 2020-03-12
1003 Carol Tendo S3 58 60 55 2006-11-10 250 250 2019-01-20
David
1004 S1 92 95 91 2008-06-01 500 0 2022-01-15
Mwesigye
1005 Eva Nakato S2 80 70 85 2007-09-30 350 150 2020-09-09
a) Calculate the Total Marks for each student using a formula.
b) Calculate the Average Mark for each student.
c) Use IF to determine if each student Passed (Average ≥ 60) or Failed.
d) Use IF and AND to label students as "Excellent" if all subjects are ≥ 80.
e) Create a column called "Full Record" combining Student ID, Name, and Class (e.g., "1001 - Alice James
(S1)"). Use CONCATENATE or TEXTJOIN.
f) Convert all student names to UPPERCASE.
g) Calculate each student’s Age as of today using the TODAY() function.
h) Calculate the Number of years enrolled since admission using DATEDIF.
k) Find the highest, lowest, and average mark in English.
l) Count how many students passed
m) Sort the students in descending order of Total Marks.
n) Filter to show only students from S1 who passed.