Using
```
SUMIF(A1:A10,">0")
```
results in a "Syntax error." exception.
Code ends up in the ParseAtom() method with the _token.Type of TKTYPE.COMPARE, which is unsupported at that moment.
```
SUMIF(A1:A10,">0")
```
results in a "Syntax error." exception.
Code ends up in the ParseAtom() method with the _token.Type of TKTYPE.COMPARE, which is unsupported at that moment.