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

Copy of 19 Logical Functions - Student(1)

The document outlines various logical functions and conditions for evaluating data, such as determining status based on price thresholds and comparing semester scores. It includes examples of eligibility for bonuses based on salary and division ratings, as well as passing or failing criteria based on geography and civics marks. Additionally, it demonstrates how to handle errors in data entries and generate appropriate outputs based on specified conditions.

Uploaded by

abhinaybisht19
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Copy of 19 Logical Functions - Student(1)

The document outlines various logical functions and conditions for evaluating data, such as determining status based on price thresholds and comparing semester scores. It includes examples of eligibility for bonuses based on salary and division ratings, as well as passing or failing criteria based on geography and civics marks. Additionally, it demonstrates how to handle errors in data entries and generate appropriate outputs based on specified conditions.

Uploaded by

abhinaybisht19
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 17

Module : Logical Functions

Question
Wherever the Price column value is more than 2000, Find
the
Result Column Staus as "HIGH" Else "LOW"

Price Result
3000 high 1 High
1350 Low
600 Low
100 Low
4069 high
99 Low
2518 high
FALSE

TRUE Boolean Values


an Values
Windows+.
Question
If Semester 2 is greater than Semester 1 Then Increment
else decrement

Name Semester 1 Semester 2 Result


Gopal Agrawal 12 34
Aniket Khirsagar 28 56
Rahul Shirude 81 12
Raju Chudiwal 81 95
Pramod Pawar 60 71
Pandhari Tayde 12 10
Question
Geography > 40 AND Civics > 20 then Pass else Fail
Geography
(Marks out of Civics
Name 100) (Marks out of 50) Result
Sonal Agarwal 44 34
Palak Bharuka 88 22
Shraddha D 81 12
Rupali S 81 11
Roopa B 60 44
Nilima B 12 23
Jayshree T 11 23
Multiple Conditions

Approx 255 Logical Test can be applied


FIND OUT WHETHER THE PERSON IS ELIGIBLE OR NOT ELIGIBLE FOR BONUS
Name Salary p.a. (US$)Division Rating
Gopal Agrawal 38,261 HFD 3
Aniket Khirsagar 82,135 RAD 4
Rahul Shirude 24,566 HFD 1
Raju Chudiwal 25,000 CDFD 2
Pramod Pawar 38,038 HFD 1
Pandhari Tayde (SIR) 72,682 RAD 3
Philip Bhalerao 353,556 ED 5
Pavan Lalwani 55,089 RAD 2
Sonal Agarwal 35,000 CDFD 1
Ajinkya Deshmukh 98,527 RDD 4
Gopal Agrawal 20,337 CDFD 1
Aniket Khirsagar 18,158 CDFD 3
IBLE OR NOT ELIGIBLE FOR BONUS
Rating 1-3 AND Division "CDFD" AND Salary < 50K
Not Eligible
Question
Geography > 40 OR Civics > 20 then Pass else Fail
Geography
(Marks out of Civics
Name 100) (Marks out of 50) Result
Umesh S 44 34 Pass
Mahesh S 88 22 Pass
Rahul Khandelwal 33 12 Fail
Vijay Lalwani 81 11 Pass
Rahul Mohite 60 44 Pass
Dilip Thete 12 11 Fail

Name Score 1 Score 2 Result


Richard 12 34
Stephen 28 56
John 81 12
Natasha 81 95
Elvin 60 71
Joseph 12 74

Total Amount Rate /Unit Total Unit


210 35
Question
if the first score is greater than or equal to 60 or the second score is grea
Result should be "PASS"

Question
Find the Total Unit and if the Total Unit returns Error, replace the same wi
Value more than
or the second score is greater than or equal to 90,
"PASS" Else "FAIL"

Error, replace the same with a Text " Please Enter


than 0"
STATUS
Rating Rating Output
Name Rating
Output (IF) (IFS)
Ajay Sharma 3 Good GOOD
Aniket Kshirsagar 4
Gopal Bharuka 1
Mahesh Siroya 5
Umesh Siroya 1
Nilesh Jaiswal 6
Palak Bharuka 5
Sonal Agarwal 7
Pandhari Tayde 1
Pramod Pawar 8
Rahul Khandelwal 1
Rahul Mohite 2
1-3 Good
4-5 OK
6-8 Bad
Question
IF Error then replace it with "Invalid Quantity"

Name Sales in K Quantity Result


Gopal Agrawal 12 1 12
Aniket Khirsagar 28 2
Rahul Shirude 81 0
Raju Chudiwal 81 5
Pramod Pawar 60 3
Pandhari Tayde 12 0
Name Gender Mr And Mrs
Shubham M Mr Shubham
Rakesh M
Ajay M
Vaishali F
Priya F
Simran F
Rahul M
Nilesh M
Palak F

You might also like