You are on page 1of 9

Planet Diameter (km) Satellites Is greater than 100k (if) Name Diameter (km)

Mercury 4879.4 0 False Mars


Venus 12103.6 0 Pluto
Earth 12756.32 1
Mars 6792.4 2
Jupiter 142984 67
Saturn 120536 200
Uranus 51118 27
Neptune 49528 13
Pluto 2306 5
Planet A Diameter Satellites
Planet B N/A SUM
MIN
MAX
Average
COUNTIF
COUNT
COUNTA

INDEX
MATCH
Diameter (km)
Q1 Q2 Total Percent 25% PT1 PT2 Total
No. Name
25 40 75 40
1 Ariza 20 20 70 30
2 Michelle 15 5 25 40
3 Michael 10 30 50 5
4 John 5 15 40 20
5 Ariane 2 30 35 20
6 Pauline 20 10 40 25
7 Faith 25 12 70 20
8 Alni 15 0 35 15
9 Eugene 10 15 40 20
10 Clarie 24 10 45 35

SUM = function that will add the values / numbers

Formula:
Quiz Total = Q1 + Q2
Quiz Percent = Raw Score / Perfect Score *50+50
25% Quiz = Quiz Percent * 25%
Grade = 25%(Quiz) + 45% (PT) + 30% (Exam)
For the Remarks Col return the text "Pass" if the student's grade is greater or equal to 75. Otherwise, return the text "Fail"

=if(LogicalTest, Value_if-True,Value_if_False)
Logical Test = condition / criteria
Value_if_True = output / return value if the condition is met
Value_if_False = output / return value if the condition is not met
if(grade>=75,"Pass","Fail")

Questions / Requirements
1. What is the highest grade?
2. What is the lowest quiz total?
3. What is the average score in Exam 1?
4. How many students have "fail" remarks?
5. How many students have PT Total Scores > 50?
6. Who got the highest grade?
7. What is the Q1 Raw score of Michelle?
8. How many students are there in the classrecord?
9. What is the PT Total Score of Eugene?
10. Who got the lowest grade?

10. Who got the lowest grade?


index -match
Syntax =index(AnswerCol,match(Criteria,CriteriaCol,0))
AsnwerCol = cell address where your expected answer can be found
Criteria = condition/ qualification
CriteriaCol = cell address where your criteria can be found
0 = exact match
Percent 45% Exam 1 Exam 2 Total Percent 30% Grade Remarks
(Pass /
35 55 Fail)
30 45
25 50
24 15
12 20
20 30
15 35
20 40
25 42
23 47
25 53

rn the text "Fail"


Planet Diameter (km)
Satellites Is greater than 100k (if) Name Diameter (km)
Mercury 4879.4 0 False Mars 6792.4
Venus 12103.6 0 False Pluto
Earth 12756.32 1 False
Mars 6792.4 2 False
Jupiter 142984 67 True
Saturn 120536 200 True
Uranus 51118 27 False
Neptune 49528 13 False
Pluto 2306 5 False
Diameter Satellites
SUM 403003.7 315
MIN 2,306 0
MAX 142,984 200
Average 44,778 35
COUNTIF 2 7
COUNT 9 9
COUNTA 9 9

INDEX 200
MATCH 4
Q1 Q2 Total Percent 25% PT1 PT2 Total
No. Name
25 40 65 100.00 25.00 75 40 115
1 Ariza 20 20 40 80.77 20.19 70 30 100
2 Michelle 15 5 20 65.38 16.35 25 40 65
3 Michael 10 30 40 80.77 20.19 50 5 55
4 John 5 15 20 65.38 16.35 40 20 60
5 Ariane 2 30 32 74.62 18.65 35 20 55
6 Pauline 20 10 30 73.08 18.27 40 25 65
7 Faith 25 12 37 78.46 19.62 70 20 90
8 Alni 15 0 15 61.54 15.38 35 15 50
9 Eugene 10 15 25 69.23 17.31 40 20 60
10 Clarie 24 10 34 76.15 19.04 45 35 80

SUM = function that will add the values / numbers

Formula:
Quiz Total = Q1 + Q2
Quiz Percent = Raw Score / Perfect Score *50+50
25% Quiz = Quiz Percent * 25%
Grade = 25%(Quiz) + 45% (PT) + 30% (Exam)
For the Remarks Col return the text "Pass" if the student's grade is greater or equal to 75. Otherwise, return the text "Fail"

=if(LogicalTest, Value_if-True,Value_if_False)
Logical Test = condition / criteria
Value_if_True = output / return value if the condition is met
Value_if_False = output / return value if the condition is not met
if(grade>=75,"Pass","Fail")

Questions / Requirements Answer


1. What is the highest grade? 89.76
2. What is the lowest quiz total? 15
3. What is the average score in Exam 1? 22
4. How many students have "fail" remarks? 3
5. How many students have PT Total Scores > 50? 9
6. Who got the highest grade? Ariza
7. What is the Q1 Raw score of Michelle? 15
8. How many students are there in the classrecord? 10
9. What is the PT Total Score of Eugene? 76.09
10. Who got the lowest grade? John

10. Who got the lowest grade?


index -match
Syntax =index(AnswerCol,match(Criteria,CriteriaCol,0))
AsnwerCol = cell address where your expected answer can be found
Criteria = condition/ qualification
CriteriaCol = cell address where your criteria can be found
0 = exact match
Percent 45% Exam 1 Exam 2 Total Percent 30% Grade Remarks
(Pass /
100.00 45.00 35 55 90 100.00 30.00 100.00 Fail)
93.48 42.07 30 45 75 91.67 27.50 89.76 Pass
78.26 35.22 25 50 75 91.67 27.50 79.06 Pass
73.91 33.26 24 15 39 71.67 21.50 74.95 Fail
76.09 34.24 12 20 32 67.78 20.33 70.92 Fail
73.91 33.26 20 30 50 77.78 23.33 75.25 Pass
78.26 35.22 15 35 50 77.78 23.33 76.82 Pass
89.13 40.11 20 40 60 83.33 25.00 84.72 Pass
71.74 32.28 25 42 67 87.22 26.17 73.83 Fail
76.09 34.24 23 47 70 88.89 26.67 78.21 Pass
84.78 38.15 25 53 78 93.33 28.00 85.19 Pass

the text "Fail"

You might also like