OAT-Record-07) Student Mark list
Create a suitable examination data base and find the sum of the marks (total) of each student and respective, class secured by the student.
Pass: if marks in each subject > = 35
Distinction: if average >=75
First class: if average > = 60 but <75
Second class: if average > = 50 but less than 60
Third class: if average >=35 but less than 50
Fail: if marks in any subject < 35
Procedure: -
STEP 1:
Enter into MS-EXCEL environment by choosing start àProgramsàMs OfficeàMS Excel.
STEP 2:
Now save the opened Blank document with the following step Office Button à save àstudent mark list Grades
STEP 3:
Write a given data entry to cells à Select or drag table (3X8) à Select ALL Borders
STEP 4:
CELL Address B2 Fx () =IF(B4>=75,"DIST", IF(B4>=60,"1ST", IF(B4>=50,"2ND", IF(B4>=35,"3RD","FAIL"))))
è Apply all cell (B2,B3,B4,B5,B6,B7)
STEP 5:
Goto Home Tab click Alignment.
STEP 6:
Press Ctrl+S or form the menu option click File-> Save.
STEP 7:
Press Alt+F4 or click Office Button-> Exit from menu to exit excel.
OUTPUT: 07
|
A |
B |
1 |
math |
grade |
2 |
34 |
FAIL |
3 |
35 |
3RD |
4 |
50 |
2ND |
5 |
60 |
1ST |
6 |
75 |
DIST |
7 |
100 |
DIST |
Comments
Post a Comment