Name Surname Full Name Maths Hindi English Science Max
Puneet Mandal 98 83 89 92
Poonam Rana 65 78 64 68
Varun Mandal 92 78 75 83
Saroj Yadav 98 88 90 94
Ayush Maurya 75 67 83 86
Saurabh Kumar 76 79 85 90
Preeti Giri 70 68 88 73
Pragya Kapoor 78 60 92 79
Rohit Dumka 78 79 76 100
Steps:
1) Insert this row before "Preeti":
Satyajit Saras 47 48 34 30
2) Insert "S No." column at the leftmost (S. No. 1 to 10).
3) Set Orientation="Landscape" Size="A4", Margin="Narrow"
4) Calculate Maximum,minimum and total marks got by each student.
5) Count the number of subjects
6) Count number of subjects where a student get less than 40 marks.
7) Calculate average and percentage(if each subject is of 100 marks) of all subjects.
8) Determine a student is pass or fail?
9) Calculate Grade of each student.
10) Calculate absolute difference between Maths and English.
11) Make a Graph containing each subject as vertical and Name as Horizontal
Min Total Count Countif Average Percentage Grade Pass/Fail
Criteria(Percentage) Grade Criteria Pass/Fail
More than 90 A+ Grade="F" or Countif>1 Fail
More than 80 but less than 90 A Countif=1 and Min>34 Pass with Grace
More than 70 but less than 80 B+ Countif=0 and Percentage>75 Pass with Honours
More than 60 but less than 70 B Otherwise Pass
More than 50 but less than 60 C+
More than 40 but less than 50 C
Less than 40 F
Abs(Maths, Eng)
Pass with Grace
Pass with Honours
To Do List Done(D) Formula Done(D) Formula
Select cell/row/column Addition SUM(cell1: cellN)
Insert cell/row/column Subtraction cell1 - cell2
Delete row/column Mutiplication cell1 * cell2
Size of row/column Division cell1 / cell2
Insert chart Average SUM(cell1:cellN)/N
Arrow Keys MAX MAX(cell1:cellN)
Ctrl+Home MIN MIN(cell1:cell1)
Merge Cells COUNT COUNT(cell1:cellN)
Wrap Taxt Percentage SUM(cell1:cellN)/Total marks %
Line Break/ Alt+Enter
Alignment CONCATENATE CONCATENATE(cell1,cell2)
Conditional Formatting IF IF(logic, TRUE, FALSE)
Page Setup ABS ABS(cell1 - cell2)
Save COUNTIF COUNTIF(cell1:cellN,"LOGIC")
Print Preview
Freeze Panes AND AND(logic1, logic2,….,logicN)
Increase/Decrease Decimals OR OR(logic1, logic2,….logicN)
Sort Data
Filter
Font style, color