IF

Depending on the outcome of a condition test, returns one of two expressions.

Return Value

Can vary

Syntax

IF( condition, trueExpr, falseExpr )

where: