0% found this document useful (0 votes)
32 views

Student MBA

The document contains a table with 15 students' marks in 5 subjects and their total marks and percentage. It then shows the grades calculated for each student using nested if statements, AND and OR logical operations on the subject grades.

Uploaded by

Akshat Upneja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Student MBA

The document contains a table with 15 students' marks in 5 subjects and their total marks and percentage. It then shows the grades calculated for each student using nested if statements, AND and OR logical operations on the subject grades.

Uploaded by

Akshat Upneja
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Student MBA

S No. Name Marks(By Subject)


M1 M2 M3 M4 M5 total percentage
1 Vishal 87 83 80 78 91 419 83.8
2 Tushar 49 43 40 49 28 209 41.8
3 Tanya 87 76 79 90 84 416 83.2
4 Shreya 70 98 70 89 88 415 83
5 Rishabh 80 23 90 84 92 369 73.8
6 Neha 90 83 70 88 79 410 82
7 Kunal 83 90 80 87 90 430 86
8 Hrutvi 84 79 83 91 74 411 82.2
9 Harish 79 89 91 48 91 398 79.6
10 Gaurav 74 90 90 80 90 424 84.8
11 Dhruvi 34 60 48 29 49 220 44
12 Balram 44 91 89 79 90 393 78.6
13 Aman 85 55 87 66 45 338 67.6
14 Akshat 93 79 88 77 89 426 85.2
15 Akansha 89 90 90 89 88 446 89.2
BA

grades(using nested if statements) grades(using AND Operation)


S1 S2 S3 S4 S5 S1 S2 S3 S4
A A A B A A A A B
C D D C Fail 0 0 0 0
A B B A A A B B A
B A B A A B A B A
A Fail A A A A 0A A
A A B A B A A B A
A A A A A A A A A
A B A A B A B A A
B A A C A B A A 0
B A A A A B A A A
D B C Fail C 0B 0 0
D A A B A 0A A B
A C A B C A 0A B
A B A B A A B A B
A A A A A A A A A
peration) grades(using OR Operation)
S5 S1 S2 S3 S4 S5
A A A A B A
0B B B B B
A A B B A A
A B A B A A
A A B A A A
B A A B A B
A A A A A A
B A B A A B
A B A A B A
A B A A A A
0B B B B B
A B A A B A
0A B A B B
A A B A B A
A A A A A A

You might also like