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

“PRACTICAL # 8”

OBJECT:-
 Create & print Marks Certificate.

PROCEDURE:-
 Click on Start/Program/Microsoft Office/MS Excel.
 Select a new blank sheet from file menu.
 Create Marks Certificate.
 Insert the formula as given instruction.
 Set margins.
 Save file OR save as.
 For saving file click on the file menu on save OR press Ctrl+S.
 Give a name to the file. Such as "Practical # 8".
 Print the page.
 For printing page click on file then click print OR press Ctrl+P.
 Close the program.

FORMULA:-
1. Calculate the total marks,
=SUM (B4:F4)
2. For calculate the percentage,
=G4/500*100
3. For calculate the grade,
=IF(H4>=70,"A",IF(H4>=60,"B",IF(H4<60,"C")))

You might also like