Browse formulas
Choose a formula page for copy-paste examples, step-by-step notes, and common mistakes.
IF Formula
Return one result when a condition is true and another result when it is false.
fxIFS Formula
Test multiple conditions without nesting many IF formulas.
fxIF AND Formula
Require more than one condition before returning a result.
fxIF OR Formula
Return a result when any one of several conditions is true.
fxIFERROR Formula
Replace errors with a cleaner result such as zero or a custom message.
fxIFNA Formula
Handle #N/A lookup errors without hiding other problem types.
fxAND Formula
Check whether every condition is true.
fxOR Formula
Check whether at least one condition is true.
fxNOT Formula
Reverse TRUE/FALSE logic.
fxSwitch Formula
Map one value to many possible outputs.
fxChoose Formula
Return a value from a list by position number.
fxLet Formula
Name intermediate calculations inside a formula.
fxLambda Formula
Create reusable custom formulas in modern Excel.
fxTrue Formula
Return the logical value TRUE.
fxFalse Formula
Return the logical value FALSE.