IF function

IF(expr1,expr2,expr3)

Ifexpr1_isTRUE(expr1<> 0andexpr1<> NULL),IF()arrow-up-rightreturnsexpr2. Otherwise, it returnsexpr3.

Last updated

Was this helpful?