UET Lab Report 1..
UET Lab Report 1..
LAB Report # 1
Submitted To :
Title :
Write a documents in MS Excel that shows different marks of students and to
show the PASS & FAIL students. The total students in class is Eight(8).
Problem Analysis :
The problem is to calculate the total marks of each student by the help of MS
Excel and putting there marks in rows and sum the student marks in the last
block of the row. The sum of all marks in subjects can easily calculate in the MS
Excel by using the rules. The PASS & FAIL students can be easily find in MS Excel.
The respective block in which the result is required, put an equal(=) sign and put
the PASS & FAIL in commas(“ “) like that “PASS”or“FAIL” in the required result
block.
We also calculating the percentage of the students marks like dividing the
obtained marks by total marks and at last put percentage symbol.
At the end also calculating the average marks of students.
Syntax :
Total Marks = SUM(B2:F2)
Pass & Fail = IF(B2>50,“PASS”,“FAIL”)
Percentage = (G2/H2%)
Average Marks = AVERAGE(D1:D8)
Names Islamiat P.Study Calculus Workshop Program Obt.Marks Total.Marks %age PASS/FAIL
Sajad 89 85 90 80 90 434 500 86.8 PASS
M.Ismail 86 79 78 67 87 397 500 79.4 PASS
Uzair 45 54 61 64 59 283 500 56.6 PASS
Hamza 86 77 87 76 90 416 500 83.2 PASS
Ahmad 67 56 89 46 66 324 500 64.8 PASS
Bilal 45 34 54 25 43 201 500 40.2 FAIL
Hammad 66 71 31 50 70 288 500 57.6 PASS
Max.Marks 89 85 90 80 90 434 500 86.8
Min.Marks 45 34 31 25 43 201 500 40.2
Average 69.14 65.14 70 58.2857 72.143 334.714 500 66.9
Output :
The Majority of the students PASS the exam and get good percentages.