Hi to you all.
I'm new to Excel 2013.
This function puzzled me, I'll quote this from Excel Help:
"The result of XOR is TRUE when the number of TRUE inputs is odd and FALSE when the number of TRUE inputs is even." Then they gave an example:
[TABLE="class: banded flipColors"]
<thead>[TR]
[TD]Formula
[/TD]
[TD]Description
[/TD]
[TD]Result
[/TD]
[/TR]
</thead><tbody>[TR]
[TD]=XOR(3>0,2<9)
[/TD]
[TD]Because one of the two tests evaluates to True, TRUE is returned.
[/TD]
[TD]TRUE
[/TD]
[/TR]
</tbody>[/TABLE]
I applied it in an Excel cell and the result was "FALSE". Was their example wrong.
Thanks a lot.
I'm new to Excel 2013.
This function puzzled me, I'll quote this from Excel Help:
"The result of XOR is TRUE when the number of TRUE inputs is odd and FALSE when the number of TRUE inputs is even." Then they gave an example:
[TABLE="class: banded flipColors"]
<thead>[TR]
[TD]Formula
[/TD]
[TD]Description
[/TD]
[TD]Result
[/TD]
[/TR]
</thead><tbody>[TR]
[TD]=XOR(3>0,2<9)
[/TD]
[TD]Because one of the two tests evaluates to True, TRUE is returned.
[/TD]
[TD]TRUE
[/TD]
[/TR]
</tbody>[/TABLE]
I applied it in an Excel cell and the result was "FALSE". Was their example wrong.
Thanks a lot.