IIF (In-line If) Function

Closed説明

Defines a conditional expression, as well as the expressions to execute depending on the outcome of the conditional expression.

Closed構文

IIF(ConditionalExpr, ExprIfTrue, ExprIfFalse)

接続先:

ClosedRemarks

Only one of the two expressions (ExprIfTrue or ExprIfFalse) will get executed each time the IIF function is executed. 追加の (入れ子) IIF 関数も含め、これらの表現は、有効な単一行表現となります。

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

関連トピック