Search

 

Module: Editor

Version: 2.2.1 +

Type: Boolean

Category: Logical

 

Description

The formula 'Or' checks whether the logical operation 'Or' is True or False for specified arguments. The logical operation 'Or' returns True if one or more arguments are True. If all arguments are False, the formula 'Or' returns False.

Parameters

Logical1:          Logical1, Logical2, ... are 1 to 30 arguments you want to test. The arguments can only be logical values or references.

Examples

Description

In the following example you can see how the formula 'Or' works.

Values parameters 1

Logical1:        True

Logical2:        True

Result 1

Output:          True

 

Values parameters 2

Logical1:        True

Logical2:        False

Result 2

Output:          True

 

Values parameters 3

Logical1:        False

Logical2:        False

Result 3

Output:          False

Related Topics

And: The formula 'And' checks whether the logical operation 'And' is True or False for specified arguments.

Feedback

If you have any questions about this subject or if you want to provide us feedback please send us an e-mail.

Updated: 2014-09-26