Manuals/calci/OR
Syntax
Remarks
Examples
''''''' ''''
Description
OR
OR (L1, L2 …)
Where Li, L2….are positive integers.
The arguments must evaluate to 1 or 0. Here 1 is for TRUE and 0 is for FALSE.
OR function calculates as 1 when the argument is TRUE and as 0 when the argument is FALSE.
Lets see an example in (Column1 Row 1)
OR (L1, L2….)
=OR (0) is 0 that is FALSE and =OR (1, 0, 1) is 1
Column1 | Column2 | Column3 | Column4 | |
Row1 | 0 | 1 | ||
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |