Calculates the Boolean (logical) OR of a number of Boolean values
Syntax:
OR( Boolean_values:List )
Returns the Boolean (logical) OR of all the Boolean values in the list.
If all parameters passed to the OR function are FALSE,
the Boolean value FALSE is returned; otherwise TRUE is returned.
Note:
Unlike the corresponding OR Boolean (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 Boolean value TRUE.
Revisions:
This function was added in Fireworkz 2.00.