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