Search

 

Module: Editor

Version: 2.2.1 +

Type: Boolean

Category: Logical

 

Description

The formula 'And' checks whether the logical operation 'And' is True or False for specified arguments. The logical operation 'And' returns only True if all arguments are True. If one or more arguements are False, the formula 'And' 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 'And' works.

Values parameters 1

Logical1:        True

Logical2:        True

Result 1

Output:          True

 

Values parameters 2

Logical1:        True

Logical2:        False

Result 2

Output:          False

 

Values parameters 3

Logical1:        False

Logical2:        False

Result 3

Output:          False

Related Topics

Or: The formula 'Or' checks whether the logical operation 'Or' 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