Skip to content

Formula SyntaxError using IF #253

@vladitekh

Description

@vladitekh

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions