IIF (In-line If) Function

CerradoDescripción

Defines a conditional expression and the expressions to run depending on the outcome of the conditional expression.

CerradoSintaxis

IIF(ConditionalExpr, ExprIfTrue, ExprIfFalse)

Donde:

CerradoObservaciones

Only one of the two expressions (ExprIfTrue or ExprIfFalse) are run each time the IIF function runs. Cualquiera de estas expresiones puede ser cualquier expresión válida de una sola línea, incluidas las funciones adicionales IIF ("anidadas").

For more information about the IIF function, refer to Using the In-line If (IIF) Function.

Temas relacionados