or |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Logical functions -> or |
Show all Hide all |
The function or (logical, logical) returns the logical value TRUE, if one or both arguments are TRUE.
The cell automatically gets the format string "True;False".
Syntax: =or(logical,logical)
Example |
Cell A1 |
Cell A2 |
Cell A3=or(A1,A2) |
false |
false |
false |
false |
true |
true |
true |
false |
true |
true |
true |
true |
|