Last updated 5 years ago
Was this helpful?
IF(expr1,expr2,expr3)
Ifexpr1_isTRUE(expr1<> 0andexpr1<> NULL),returnsexpr2. Otherwise, it returnsexpr3.
expr1
TRUE
expr2
expr3
IF()