Assignment 1 & 2
Assignment 1 & 2
2. Create one new column after average column that named as Comment.
3. Write the following functions to get the corresponding comments:
‘Good’ if the value in the cell is greater than or equal to 50
‘Poor’ if the value less than 50.
SET 2:
4. Copy the same function in down column and check your spreadsheet if the correct comments
have been added.
5. Take the screen shot of your spreadsheet and paste it on a word document.
SET 3:
6. Count how many students obtain excellent and how many good and how many poor in the
mark list by writing your own function. You can get the function name by clicking drop
down list of fx option.
=IF(H2>=70,"Excellent"," ")