Class Activity
Class Activity
Question#1.
The following table contains details about the scores of 4 students in a driving theory test.
If a student fails at least one test - she or he needs to retake the course.
Johnny 95 56 14 66
Georgy54 89 53 66
Ofri 100 69 78 53
Dani 49 70 87 100
Question#2:
You are working in the HR department of a company and have been tasked with determining
employees' performance ratings based on their years of experience and performance score. The
company uses the following criteria for performance evaluation:
If an employee has less than 5 years of experience, they are evaluated as follows:
Performance Score ≥ 90: Excellent
Write an Excel formula using nested IF functions to determine the performance rating for each
employee based on their years of experience (Column B) and performance score (Column C).
Question#3:
You are managing a customer feedback spreadsheet for an e-commerce company. The data
includes the following columns:
How many customers provided feedback (i.e., how many cells in the Feedback Rating column
have a numeric value)?
How many total entries are in the sheet (i.e., how many customers have data in the Customer
Name column, including customers with missing feedback or other missing information)?
How many products were purchased (i.e., how many entries are listed in the Product Purchased
column, regardless of whether they are a valid product name)?
Write the Excel formulas using the COUNT and COUNTA functions to answer the above
questions: