Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

“PRACTICAL # 7”

OBJECT:-
 Create & print Grade Sheet.

PROCEDURE:-
 Click on Start/Program/Microsoft Office/MS Excel.
 Select a new blank sheet from file menu.
 Create grade sheet.
 Insert the formula as the given instruction.
 Set margins.
 Show the student marks in bar chart.
 For insert chart go to insert menu select chart and select bar chart in
chart wizard option.
 Save file OR save as.
 For saving file click on file menu then click on save OR press Ctrl+S.
 Give a name to the file. Such as "Practical # 7".
 Print the page.
 For printing page click on file then click print OR press Ctrl+P.
 Close the program.

FORMULA:-
To calculate the grade,
=IF(C4>=80,"A1",IF(C4>=70,"A",IF(C4>=60,"B",IF(C4<=50,"FAIL")))))

You might also like