- $ $( ) $- £ - £ £ - £ £ - £ £ - £ £ - £ ( ) ( ) £ - £ £ - £ - - - - - - - - - - - - € - - - - : : : : $ ($ ) $ ($ ) $ ($ ) $ ($ ) ( ) - $ $ ( ) $ - ( ) - $ $ ( ) $ - Yes Yes No True True False On On Off ( ) \ \- \ \- \ \- \ \- \ \ - \ - - - \ \ - \ - - - - - - - - - - . / - $ - $ ( ) - $ $( ) $- ( ) - $ - . . WAHR WAHR FALSCH / / - - - - : : : : : : / / : ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) ( ) - ( ) - ( ) - ( ) - . . : : : . . : - - - - - - - - % : : : : : : - $ - $ ??? Page 1 ??? (???) 00/00/0000, 00:00:00 Page 1 / 99 BITOR Function Result TRUE Sheet Result Description 1 TRUE Simple BITOR formulas with local references and values Function Expected Correct FunctionString Comment 14 14 TRUE =BITOR(6,10) 5 5 TRUE =BITOR(1,5) 25 29 29 TRUE =BITOR(13,25) Chyba:511 error TRUE =BITOR(25) Chyba:502 error TRUE =BITOR(-13,25) Chyba:511 error TRUE =BITOR(25) Chyba:502 error TRUE =BITOR(281474976710656,12) 25 25 TRUE =BITOR(25,) 0 0 TRUE =BITOR(J1,J2) 25 25 TRUE =BITOR(J2,J3) BITORSummary: Returns bitwise “or” of its parametersSyntax: BITOR( Integer X ; Integer Y )Returns: NumberConstraints: X 0, Y 0Semantics: Returns bitwise “or” of its parameters. In the result, each bit position is 1 if any of its parameters' bits at that position are also 1; else it is 0. 4 O5