Exercise- Enter the following data using spreadsheet tool (Excel, Calc) and save it in Grade-
a) To calculate the total marks in E2 cell, type the function =sum(b2:d2) and press Enter key.
And to calculate the percentage of student, type the formula =E3*100/300 and press Enter key.
b) To compute the grade of student type the functions
=if(F2>=90,"A",IF(AND(F2>=80,F2<90),"B",IF(AND(F2>=70,F2<80),"C",IF(AND(F2>=60,F2<70),"D","E"))))
c) Select the area in a worksheet which you want to apply border and click on border icon from toolbar and select all border icon.
d) Apply the font size 14 and underline for all heading and right click on C column and click hide option from drop down menu.
e) Increase the width of column A by dragging it up to 15 character size
f) Select the data of column B, C, F, and set it to right align.
0 Comments