OR

Calculates the logical OR of a number of Logical values

Syntax:

OR(list)

Returns the logical OR of all the Logical values in the list.

list may be an array, a range of cells, or a comma-separated list of values.

If all parameters passed to the OR function are FALSE, the Logical value FALSE is returned; otherwise TRUE is returned.

Unlike the corresponding OR logical operator, |, all parameters of the OR function are always evaluated.

Example:

OR(A1, A2)

where the cell values are TRUE and FALSE will return the Logical value TRUE.

Revisions:

This function was added in 2.00.