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