AFC - Abacus Formula Compiler for Java

Type Functions In AFC

Type Functions

The supported type functions are shown by example below:

ISTEXT (does not support blanks!)
ABC
2true=ISTEXT( C2 )Abc
3true...Абвгд
4true...12345
5false...12345.0
6false...true

ISNONTEXT (does not support blanks!)
ABC
8false=ISNONTEXT( C8 )Abc
9false...Абвгд
10false...12345
11true...12345.0
12true...true

ISNUMBER (does not support blanks and logical values!)
ABC
14false=ISNUMBER( C14 )Abc
15false...Абвгд
16false...12345
17true...12345.0
18true...39117.0
19true...trueExcel says: false
20true...falseExcel says: false