You are here: All Help Topics > Other Information > Cell Functions > Condition Functions

Condition Functions

Use condition functions to decide between two or more actions depending on whether a logical expression is true or false.

CASE

Returns a result based on a series of conditions.

CHOOSE

Returns one of the values based on the first number.

IIF

Evaluates a condition and returns either value 1 or value 2.

Related Topics