IF function

IF(expr1,expr2,expr3)

Ifexpr1_isTRUE(expr1<> 0andexpr1<> NULL),IF()returnsexpr2. Otherwise, it returnsexpr3.

Last updated