You are on page 1of 19

Instructions

1. There are 7 questions in the 7 worksheets named Q1, Q2, Q3, Q4, Q5, Q6 and Q7
2. Solve all the questions
3. Formulas should be enterd only in the yellow shaded cells
4. A formula enterd in non-yellow shaded cell will NOT BE Evaluated
5. Solve all questions on your own, do not copy from others.
2019-11-11 03:11:39 | 10931
A student is declared pass in an exam, if he/she scores more than or equal to 40 in all the subjects.
If in any subject, the student gets less than 40, then he/she would be declared as failed
Write formula (using AND) to OUTPUT TRUE/FALSE in column E.
OUTPUT TRUE if the student passes the exam, else output FALSE.

Has Student Passed??


Write a Formula to produce
Student Maths English Geography TRUE or FALSE as Output
Anne 40 45 55 1
Rachel 23 86 43 0
Julie 56 76 67 1
Jacob 10 12 54 0
Hint
Use AND function and condition >= inside the
function to achieve this

Correct Answers
2019-11-11 03:11:39 | 10931
2019-11-11 03:11:39 | 10931
A student is given 3 attempts to pass an examination.
If the student get more than or equal to 40 in any of the attempts, he/she is declared pass,
but the student is declared fail only if he gets less than 40 in all the examinations.
Write formula (using OR) to OUTPUT TRUE/FALSE in column E.
OUTPUT TRUE if the student passes the exam, else output FALSE.

Has Student Passed??


Write a Formula to produce TRUE or
Student Attempt 1 Attempt 2 Attempt 3 FALSE as Output
Anne 40 45 55 1
Rachel 23 86 43 1
Julie 56 76 67 1
Jacob 10 12 23 0
Hint
Use OR function and condition >= inside the function
to achieve this

Correct Answers
2019-11-11 03:11:39 | 10931
In a firm, sales person are given sales target. Your job is to comment on the performance of sales person.
If the sales done by the sales person is greater than or equal to the target, then the comment should be "Good Job"
If the sales done by the sales person is less than the target, then the comment should be "Way to Go"
Using IF function write a formula in yellow shaded which will display the comment based on the sales done and target

Salesperson Name Sales target Sales done Comments


John Day 10000 2000 way to go
Alexander Rice 40000 50000 good job
William Peek 20000 21000 good job
Cindi Graf 50000 45000 way to go
Emilie Dion 3000 4000 good job
mance of sales person.
comment should be "Good Job"
ld be "Way to Go"
based on the sales done and target

Correct Answers
2019-11-11 03:11:39 | 10931
In the following table, Number of days are given. You have to perform two task
Task 1 - If the Days is Less than or equal to 15, set result as "Within 15 Days", Otherwise set result as "More than 15 Days".
Task 2 - (a) If the Days is Less than or equal to 15, set results as "<=15 days"
(b) If days is more than 15 but less than or equal to 30, set result as "15-30 days"
if the days is more than 30 then set result as output as ">30 days"

Days TASK 1 result TASK 2 result


15 within 15 days <=15 days
16 more than 15 days
30 more than 15 days
31 more than 15 days
28 more than 15 days
45 more than 15 days
7 within 15 days
sult as "More than 15 Days".

Correct Answers
2019-11-11 03:11:39 | 10931
Apply conditional formatting to the below table on the Student Name Column, Do not Fill the colour in Marks Scored R
Fill Student Names Rows only in Red where marks are greater than or equal to 0 but less than 40.
Fill Student Names Rows only in Yellow where marks are greater than or equal to 40 but less than 70
Fill Student Names Rows only in Green where marks are greater than or equal to 70

Student Name Marks scored


Ram 9
Shyam 40
Sita 75
Gopal 39
Ramjee 69
Shyamjee 70
Sitajee 64
Gopaljee 70
Krishna 31
Vishnu 42
Shiv 20
Kishan 60
Ganesh 90

1 60
1 70
70
9
23.8821894800074
570.358974358975
5/24/2020
5/24/2020 13:07
#NAME?
5
1
Do not Fill the colour in Marks Scored Rows.
less than 40.
but less than 70

Hint

1. Use Conditional Formatting and Select "Use a formula to


determine which cells to format". Use AND function in the BOOKKEEPER
formula.
2. Only fill colour in Student Name (Column B) KEEP
3. Do not fill colour in the C column.

Correct Answers

RAJESH
RAJ
ESH
AJES

7
1

HI BOB
2019-11-11 03:11:39 | 10931

You might also like