0% found this document useful (0 votes)
40 views4 pages

Not or and False True: Logical Test Value If True Value If False

The document describes logical operators and conditional (IF) functions in formulas. It lists common logical operators like =, <>, >=, <= that test relationships between values and return TRUE or FALSE. It also explains logical functions like AND, OR, and NOT that allow combining multiple conditions and TRUE/FALSE results in a formula. An example is given showing an IF function using logical operators to return "Pass" or "Fail" based on marks scored.

Uploaded by

tilamohammadkhan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views4 pages

Not or and False True: Logical Test Value If True Value If False

The document describes logical operators and conditional (IF) functions in formulas. It lists common logical operators like =, <>, >=, <= that test relationships between values and return TRUE or FALSE. It also explains logical functions like AND, OR, and NOT that allow combining multiple conditions and TRUE/FALSE results in a formula. An example is given showing an IF function using logical operators to return "Pass" or "Fail" based on marks scored.

Uploaded by

tilamohammadkhan
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLS, PDF, TXT or read online on Scribd
You are on page 1/ 4

Conditional Statement Functions(IF)

logical test
value if true
value if false

> ziada

< kam

>= zaida ya barabar

<= kam ya barabar

<> not equal to

= barabar

Not none

Or if even one value is true it will return true

And if all the conditions are true it will return true otherwise false

FALSE ghalat
TRUE sahih
TRUE
FALSE
TRUE

FALSE
TRUE

Marks Result
23 Fail
45 Pass
34 Fail
33 Fail
45 Pass
67 Pass
54 Pass
34 Fail

You might also like