Excel Functions

Excel Functions List

Below is a comprehensive list of Excel functions to help you become a master in Microsoft Excel.

Logical

ANDTest multiple conditions with ANDlogical1logical2...
BYCOLApplies a LAMBDA to each column and returns an arrayarrayfunction
BYROWApplies a LAMBDA to each row and returns an arrayarrayfunction
FALSEGenerate the logical value FALSE
IFTest for a specific conditionlogical_testvalue_if_truevalue_if_false
IFERRORTrap and handle errorsvaluevalue_if_error
IFNATrap and handle #N/A errorsvaluevalue_if_na
IFSTest multiple conditions, return first truetest1value1test2, value2...
LAMBDACreates a function value, to be called within formulasparameter_or_calculation...
LETAssigns calculation results to namesname1name_value1calculation_or_name2name_value2...
MAKEARRAYReturns a calculated arrayrowscolumnsfunction
MAPReturns an array by mapping each value to a new valuearraylambda_or_array2...
NOTReverse arguments or resultslogical
ORTest multiple conditions with ORlogical1logical2...
REDUCEReduces an array to an accumulated valueinitial_valuearrayfunction
SCANScans an array and returns a new arrayinitial_valuearrayfunction
SWITCHMatch multiple values & return first matchexpressionvalue1result1...
TRUEGenerate the logical value TRUE
XORPerform exclusive ORlogical1logical2...