Sigma Squared

Boolean

XOR

  • May 31, 2023
Definition: The XOR function in Excel is used to compare two logical expressions and returns TRUE if only one of the expressions is TRUE. Syntax: ==XOR(logical1, [logical2], ...)....

NOT

  • May 31, 2023
Definition: NOT is a function that returns the opposite of a logical value. Syntax: =NOT(logical) Situation: This formula is appropriate when you need to get the opposite of...

FALSE

  • May 31, 2023
Definition: FALSE is a function that returns the logical value FALSE. Syntax: =FALSE() Situation: This formula is suitable when you need to return the logical value FALSE. Example:...