-
-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Description
With a formula using IF, the error "SyntaxError" occurs.
For example, the formula: IF(A1>0, A2/A1,0)
will be in error.
And the formula IF (A1>0,A2/A1, 0)
will be without error. The difference lies in the presence of a space in front of the zero at the end of the formula for the case of a false condition.