Documentation/SL/How Tos/Calc: Logične funkcije
From Apache OpenOffice Wiki
< Documentation | SL/How Tos
Seznam logičnih funkcij za Calc
The logical functions operate on logical ('boolean') values, that is, TRUE or FALSE.
| AND | returns TRUE if all the arguments are TRUE. |
| FALSE | returns the logical value FALSE. |
| IF | returns one of two values, depending on a test condition. |
| NOT | returns TRUE if the argument is FALSE, and FALSE if the argument is TRUE. |
| OR | returns TRUE if any of the arguments are TRUE. |
| TRUE | returns the logical value TRUE. |