Excel Logical Functions

The Excel Logical Functions are used for decision making calculations. The Logical Formulas in Excel can compare more than one conditions and return the result as True or False by evaluating the arguments in Excel Syntax.

Complete List of Excel Logical Functions (A to Z)

All Excel logical functions are mentioned below in alphabetical order:

FunctionDescription
AND FunctionCheck if all conditions in a test are true.
BYCOL FunctionApply a LAMBDA function to each column and provides an array of the results.
BYROW FunctionApply a LAMBDA function to each row and provides an array of the results.
FALSE FunctionFALSE as output.
IF FunctionLogical comparison between a value and your expectation.
IFERROR FunctionUser defined value if a formula error occurs.
IFNA FunctionUser defined value if #N/A error occurs.
IFS FunctionEvaluate one or more conditions and provide the value corresponds to the first true condition.
LAMBDA FunctionCreate a custom reusable function and can be called by a user friendly name.
LET FunctionDefine unique names to the calculation results.
MAKEARRAY FunctionArray of a specified row and column size by using LAMBDA function.
MAP FunctionAn array formed by mapping each value in the array to a new value by using LAMBDA function.
NOT FunctionCheck whether one value is not equal to another value.
OR FunctionCheck whether one or more conditions are True, else results as False.
REDUCE FunctionReduce an array to an accumulated value by using LAMBAD function.
SCAN FunctionScan an array by using LAMBAD to each value and results an array having each itermediate value.
SWITCH FunctionCompare one value with list of values and gets the result corresponds to the first matching value.
TRUE FunctionTRUE as output.
XOR FunctionTRUE if one condition is TRUE from multiple conditions, else results as FALSE.