OR

Syntax:

OR ( argument-list )

Description: Tests if any one or more arguments in argument-list are TRUE.

Arguments:

Name

Type

Description

argument-list

logical, array, reference.

The arguments in argument-list designate the values to be tested. For an array or cell reference, a cell that contains text or is empty shall be ignored.

Return Type and Value: logical – TRUE if any one or more arguments in argument-list are TRUE; otherwise, FALSE.

However, if no logical values are found, the return value is unspecified.

example: