0% found this document useful (0 votes)
14 views8 pages

AND Function in Excel

This

Uploaded by

tutorpre
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)
14 views8 pages

AND Function in Excel

This

Uploaded by

tutorpre
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/ 8

AND() Function

The AND function in excel is a logical function that tests mul


return "true" or "false" depending on wether they are met or n

Syntax:
AND( logical1,logical2....
)

Logical 1: This is the first co


evaluate

Logical 2: This is the second c


evaluate
Function

ction that tests multiple conditions and


er they are met or not.

This is the first condition or logical value to

This is the second condition or logical value to


If the player clears all the level, he/she is winner

Player Name Level 1 Clears? Level 2 Clears? Level 3 Clears? Is Player Winner?
Player 1 Yes Yes No FALSE
Player 2 Yes Yes Yes TRUE
Player 3 Yes Yes No FALSE
Player 4 Yes Yes No FALSE
Player 5 No Yes Yes FALSE
Player 6 Yes No No FALSE
Player 7 No Yes Yes FALSE
Player 8 No Yes No FALSE
Player 9 Yes Yes No FALSE
Player 10 Yes Yes Yes TRUE
Student Name Percentage Grades
Employee 1 74.00 B Percentage Grade
Employee 2 76.20 B+ >90% A+
Employee 3 79.00 B+ >80% & <=90% A
Employee 4 93.46 A+ >75% & <=80% B+
Employee 5 91.25 A+ >70% & <=75% B
Employee 6 90.00 A >60% & <=70% C+
Employee 7 43.00 D >50% & <=60% C
Employee 8 39.90 FAIL >40% &<=50% D
Employee 9 55.50 C <40% Fail
Employee 10 80.00 B+
Name of Employees Sale Incentive
Ralph $1,000.00 $100.00
James $1,200.00 $100.00
Sandra $1,345.00 $100.00
David $500.00 $0.00
Tom $600.00 $0.00
Julia $1,600.00 $150.00
Patricia $2,100.00 $200.00
Roman $3,000.00 $400.00
Diana $1,500.00 $150.00
Princy $1,100.00 $100.00
Sale Incentive Criteria
if sale amount is greater than or equals to $1000 and less than $1500 $100
if sale amount is greater than or equals to $1500 and less than $2000 $150
if sale amount is greater than or equals to $2000 and less than $3000 $200
if sale amount is above or equals to $3000 $400
Candidate Eye Sight Height (cm) Long Run Task Age Is Eligible
Ralph Normal 170 Successful 25 TRUE
James Myopic 175 Successful 23 FALSE
Austin Normal 165 Successful 21 FALSE
David Myopic 168 Not successful 22 FALSE
Tom Normal 169 Not successful 26 FALSE
Alex Normal 180 Successful 33 TRUE
Davis Hypermetropia 175 Successful 24 FALSE
Roman Normal 172 Not successful 35 FALSE
Sam Hypermetropia 176 Not successful 26 FALSE
Scott Normal 185 Successful 27 TRUE

Eligibility Criteria: Age has to be greater than or equal to 18 but less than 35 years with a height greater than 167 cms, eyesight has to b
n 167 cms, eyesight has to be normal and has successfully completed the long run task

You might also like