Latex 03
Latex 03
Procedure:
STEP 1: To go OpenOffice
STEP 2:
STEP 3:
Enter required data in the appropriate cells ie: Roll No, Student Name, Marks1, Marks2, Marks3.
Enter 5 students record.
Calculate Total
1. Take the cell pointer to the cell F2 and enter the formula (=C2+D2+E2) or
(=sum(C2:E2)). Select the cell F2, move the cursor on the end of the cell you will
obtain the + symbol and drag down to generate values for all rows.
Calculate Percentage
2. Take the cell pointer to the cell G2 and enter the formula (= F2/3) or
(=Average(C2:E2)). Select the cell G2, move the cursor on the end of the cell you
will obtain the + symbol and drag down to generate values for all rows.
Note: to delete decimal place → click on Number format:delete decimal place on toolbar.
Calculate grade:
1. Take the cell pointer H2 and type the formula
=IF(OR(C2<35;D2<35;E2<35);"F";IF(G2>90;"A+";IF(G2>75;"A";IF(G2>60;"B";IF(G2>50;"C";IF(G
2>35;"D"))))))
Select the cell H2, move the cursor on the end of the cell you will obtain the + symbol
and drag down to generate values for all rows.
Step 5: b) Sort:
1. Select the Student Name and Percentage columns (using ctrl button)
2. Go to Insert Menu.
3. Select Charts option.
Step I: Select Chart Type
Select one of the charts from the drop down list.
You can also set 3D Look and Shapes
Step II: Select Data Range
Select Data Series in columns &
Select First Column as label.
Step IV: Select Chart Elements
set Title: Percentage of particular student
Xaxis: NAME
Yaxis: %
Display grids: click on Yaxis
Display legend: select left/right/top/bottom
4. Click on Finish button.
5. Right click on data which is on chart and do the following:
a) Select Format Data Series
Set Area color and Borders of data.
b) select Insert Data labels.
c) select Format Data Labels
Set Placement Above/Below/Center etc... , Set Font and Font effects.
OR