Logical Functions
AND | The logical AND for any number of arguments. |
FALSE | The logical value False. |
IF | The value based on whether a condition is True or False. |
IFERROR | The value or something else if it evaluates to an error. |
IFNA | (2013) The value or something else if it evaluates to #N/A. |
IFS | (2019) The value based on multiple True or False conditions. |
NOT | The opposite of a True or False value. |
OR | The logical OR for any number of arguments. |
SWITCH | (2019) The value based on a list of exact matches. |
TRUE | The logical value True. |
XOR | (2013) The logical exclusive OR for any number of arguments. |
AND The logical AND for any number of arguments. |
FALSE The logical value False. |
IF The value based on whether a condition is True or False. |
IFERROR The value or something else if it evaluates to an error. |
IFNA (2013) The value or something else if it evaluates to #N/A. |
IFS (2019) The value based on multiple True or False conditions. |
NOT The opposite of a True or False value. |
OR The logical OR for any number of arguments. |
SWITCH (2019) The value based on a list of exact matches. |
TRUE The logical value True. |
XOR (2013) The logical exclusive OR for any number of arguments. |
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited Top