IF¶
IF(Cond, TrueValue, FalseValue)
Returns TrueValue
if cond is true, and FalseValue
if cond is
false. Logically equivalent to:
IF(Cond, TrueValue, FalseValue)
Returns TrueValue
if cond is true, and FalseValue
if cond is
false. Logically equivalent to: