Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Make VBA functions like these:
Public Function BITXOR(x As Long, y As Long) BITXOR = x Xor y End Function Public Function BITAND(x As Long, y As Long) BITAND = x And y End Function Public Function BITOR(x As Long, y As Long) BITOR = x Or y End Function "Dennis W. Bulgrien" wrote in message ... How does one do bitwise manipulations such as exclusive-or (XOR), AND, etc.? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can logical operators be used within Conditional Formatting? | Excel Discussion (Misc queries) | |||
what exactly are relational operators in Excel? All math symbol? | Excel Worksheet Functions | |||
Operators With Times | Excel Discussion (Misc queries) | |||
Unary operators | Excel Worksheet Functions | |||
Comparison Operators for IF statement. | Excel Worksheet Functions |