You are on page 1of 2

Lab Exercise : 2

Hints:
The following options & formulas of MS-Excel to be used.
1. =sum(range), =if(), =countif()

2. Data  Data Validation

Questions:
1. Type the following worksheet.

2. Apply the following validation rules.


a. In quizzes column, Values greater than 10 are not allowed.
b. In M1 and M2 columns value greater than 15 not allowed.
c. In Mids total, values greater than 30 not allowed
d. In total column, allowed values are less than 100
3. Calculate Mid-Total, and Total.
4. Calculate Grade using If condition according to the Grade criteria given.
>=92.5 A
>=86.5 A-
>=81.5 B+
>=76.5 B
>=71.5 B-
>=67.5 C+
>=63.5 C
>=59.5 D
Else Fail

5. Add a column for Remarks after grade column.


6. Assign Remarks, “Pass” or “Fail” using if condition.
7. Count how many students got less than 80 marks
8. Calculate the averages of Quiz, Mid1, Mid 2, and Final (separately for each)

You might also like