12
Questions 1- Give the expressions that allow you to compute the mean valu 2-Find the final grade of each student. 3- Fill in the "Decision" column that will contain "Pass" if t 4- Add a column named "New decision" in the between of the "Gra 5- Fill in the "New decision" column based on the following: The student will get "Pass" if his gr Otherwise, he will get "Fail". 6- Add a column named "Letter Grade" in the between of the "Gra 7- Fill in the Letter grade column based on the following: If grade >=15 then Letter grade = "A" If 13<=grade<15 then Letter grade = " If 10<=grade<13 then Letter grade = " Otherwise Letter grade = "F" 8- Apply a conditioanal formatting to the "New decision" column Pass: Green Filling Fail: Red Filling 9- Enter the expressions that will allow you to find out the nu 10-Draw a pie chart that will allow you to analyze the results Course Accounting Mid-terrm Exam Mean Students' Identifiers FR1 9.00 9.75 9.53 FR2 10.00 12.00 11.40 FR3 13.00 15.00 14.40 FR4 7.00 8.00 7.70 FR5 10.00 16.00 14.20 FR6 11.75 13.75 13.15 FR7 13.00 15.00 14.40 FR8 8.00 10.00 9.40 FR9 15.00 16.00 15.70 Coefficient Playoff Accounting 2 8 Computer Science 3 6 English 2 6 Number of students who got 1 Number of students who got 2 Number of students who got 2 Number of students who got 4

Excel Lab2 Correctionkcdkcjldsc

Embed Size (px)

DESCRIPTION

dvfggre

Citation preview

Exercise1Questions1- Give the expressions that allow you to compute the mean value for each student in every course.2-Find the final grade of each student.3- Fill in the "Decision" column that will contain "Pass" if the grade of the student is greater than or equal to 10 and "Fail" otherwise.4- Add a column named "New decision" in the between of the "Grade" and "Decision" columns. 5- Fill in the "New decision" column based on the following: The student will get "Pass" if his grade is greater than or equal to 10 (Grade >=10) or if his grade is greater or equal to 9 and he has no playoff mean in all courses.Otherwise, he will get "Fail".

6- Add a column named "Letter Grade" in the between of the "Grade" and "New Decision" columns. 7- Fill in the Letter grade column based on the following:If grade >=15 then Letter grade = "A"If 13