R
RL Jones
I am looking for BOOLEAN Algebra Functions. Can't find any help in EXCEL.
While I can work around the OR, AND, and NOT, I need XOR.
While I can work around the OR, AND, and NOT, I need XOR.
....Rick Rothstein said:Ah, yes... very good. And I guess that could be written this way as well...
=NOT(A1)+NOT(B1)=1
...
If A1 and B1 would always be 1s or 0s, even shorter:
=MOD(A1+B1,2)
I am looking for BOOLEAN Algebra Functions. Can't find any help in EXCEL.
While I can work around the OR, AND, and NOT, I need XOR.